#shubhamlondhe
Read more stories on Hashnode
Articles with this tag
Task-01 Create a docker-integrated Jenkins declarative pipeline Use the above-given syntax using sh inside the stage block Navigate to Jenkins and...
Jenkins Master (Server) Jenkins’s server or master node holds all key configurations. The Jenkins master server is like a control server that...
A Pipeline is a collection of steps or jobs interlinked in a sequence. It is a sequence of stages or steps that define the flow of activities involved...
CI/CD pipeline using Jenkins · Let's make a beautiful CI/CD Pipeline for your Node JS Application Task-01 Create a connection to your Jenkins job and...
What is a Build Job? A Jenkins build job contains the configuration for automating a specific task or step in the application building process. These...
What is Git? GIT is an open-source Distributed Version Control System (DVCS) that records changes made in your project or a set of files emphasizing...