#jenkins
Read more stories on Hashnode
Articles with this tag
Project Description The project is about automating the deployment process of a web application using Jenkins and its declarative syntax. The pipeline...
The project aims to automate the building, testing, and deployment process of a web application using Jenkins and GitHub. The Jenkins pipeline will be...
What’s the difference between continuous integration, continuous delivery, and continuous deployment? Continuous integration, continuous delivery, and...
Introduction In a Jenkins environment, the Jenkins Master (Server) is the central component that manages and orchestrates all the workflows defined in...
In the last blog, we looked into How to create a Declarative pipeline. Now we will integrate docker into the pipeline. This will be done by adding the...
What is a Pipeline A pipeline is a collection of steps or jobs interlinked in a sequence.A pipeline in Jenkins is a series of steps or jobs that are...