#itabhishekyadav
Read more stories on Hashnode
Articles with this tag
Kubernetes Overview With the widespread adoption of containers among organizations, Kubernetes, the container-centric management software, has become...
Questions What’s the difference between continuous integration, continuous delivery, and continuous deployment? Benefits of CI/CD What is meant by...
Jenkins Master (Server) Jenkins’s server or master node holds all key configurations. Jenkins master server is like a control server that orchestrates...
Docker Build and Docker Run docker build - you can use sh 'docker build . -t <tag>' in your pipeline stage block to run the docker build command....
What is Pipeline - A pipeline is a collection of steps or jobs interlinked in a sequence. Declarative: Declarative is a more recent and advanced...
CI/CD in Jenkins refers to the practice of Continuous Integration and Continuous Delivery or Deployment using Jenkins, which is a popular open-source...