#jenkins
Read more stories on Hashnode
Articles with this tag
Here are some Jenkins-specific questions related to Docker that one can use during a DevOps Engineer interview. 1)What’s the difference between...
Jenkins Master (Server) Jenkins’s server or master node holds all key configurations. Jenkins master server is like a control server that orchestrates...
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 docker build...
What is Pipeline? In simple terms, a pipeline is a sequence of steps or stages that software goes through, from development to deployment. It...
Let's make a CI/CD Pipeline for your Node JS Application Task-01 1)Fork this repository: As had already forked the repository see previous...
What is CI/CD? CI or Continuous Integration is the practice of automating the integration of code changes from multiple developers into a single...