#jenkins
Read more stories on Hashnode
Articles with this tag
Difference between CI, Continuous Delivery and Contnious Deployment? Continuous Integration: The process of automatically integrating the code...
Installing Java on Master Node sudo apt update sudo apt install openjdk-11-jre Checking Java version java --version Installing...
->This project will trigger any changes in the code in GitHub and trigger those changes using GitHub webhook to Jenkins where a job is created to...
Installation of Jenkins Update the system before installing anything. sudo apt update Install Java in the system as it is a pre-requisite for...