#jenkins-devops
Read more stories on Hashnode
Articles with this tag
What’s the difference between continuous integration, continuous delivery, and continuous deployment? Answer-: Continous integration is a development...
✅Introduction🤖 Jenkins Master’s job is to handle: Scheduling build jobs. Dispatching builds to the slaves for the actual execution. Monitor the...
Create a docker-integrated Jenkins declarative pipeline🎉 Steps to create a docker-integrated Jenkins pipeline: Step 1: Log in to your Jenkins...
✅Introduction🌈🌟 A Declarative Pipeline is a more structured and simplified way to define your build pipeline and continuous integration (CI) and...
Task 1: Create a connection to your Jenkins job and your GitHub Repository via GitHub Integration. Step 1: Create an AWS EC2 instance. Step 2:...
create an agent for your app. Create a new Jenkins freestyle project for your app. In the "Build" section of the project, add a build step to run the...