#jenkins
Read more stories on Hashnode
Articles with this tag
Day 29 Task · Jenkins Interview Questions Q1--> What’s the difference between continuous integration, continuous delivery, and continuous...
Jenkins Agents :- Day 28 Task · Jenkins Master Jenkins Master is the central control hub of Jenkins that manages jobs, schedules build, coordinates...
Day 27 Task · Use your Docker Build and Run Knowledge docker build - you can use sh 'docker build . -t <tag>' in your pipeline stage block to run the...
What is Pipeline? In simple terms, a pipeline is a sequence of steps or stages that software goes through, from development to deployment. It...
What is GitHub webhook? A GitHub webhook is like a notification system that lets external services know when certain events happen in a GitHub...
What is CI/CD? CI/CD stands for Continuous Integration and Continuous Delivery (or Continuous Deployment). It is a set of practices and tools that...