#devops
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? Continuous Integration (CI),...
docker build - you can use sh 'docker build . -t <tag>' in your pipeline stage block to run the docker build command. (Make sure you have docker...
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...
Task-01 - Fork the repository - Create a connection to your Jenkins job and your GitHub Repository via GitHub Integration. - Read About [GitHub...
What is CI/CD? - CI or Continuous Integration is the practice of automating the integration of code changes from multiple developers into a single...