Articles in this series
Git Commands : Set global user name git config -global user.name "user name" Set global user email git config --global user.email "email" Initialize...
Apache Maven is an open-source project management tool primarily used to develop Java applications. It incorporates a POM (Project Object Model)...
Prometheus Prometheus monitoring solution is a free and open-source solution for monitoring metrics, events, and alerts. It collects and records...
I have virtual machine in AWS EC2, Jenkins default port number 8080, So, need to Add 8080 port in AWS EC2 security group. Install Java: Update the...
In Jenkins, a master-slave configuration (also referred to as controller-agent configuration) involves setting up a primary Jenkins instance (the...
Jenkins, by default, provides a basic level of access control through its built-in security options, but for more granular control, you’ll need to use...