#jenkins
Read more stories on Hashnode
Articles with this tag
Prerequisites : Choose a Linux distribution (e.g., Ubuntu 22.04 LTS) for your EC2 instances. Need two EC2 instances (one for Jenkins and Maven,...
Jenkins is a powerful tool for Continuous Integration and Continuous Deployment (CI/CD). As with any critical system, ensuring that your Jenkins setup...
Build Trigger Jenkins build triggers are mechanisms that automatically initiate a build job based on specific conditions or events. These triggers...
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...
In Jenkins, a master-slave configuration (also referred to as controller-agent configuration) involves setting up a primary Jenkins instance (the...
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...