#trainwithshubham
Read more stories on Hashnode
Articles with this tag
Day 30 · Kubernetes Overview With the widespread adoption of containers among organizations, Kubernetes, the container-centric management software, has...
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...