#trainwithshubham
Read more stories on Hashnode
Articles with this tag
Task 1: Create a docker-integrated Jenkins declarative pipeline. First, add Jenkins to the docker group so that Jenkins can integrate with...
What is a Pipeline - A pipeline is a collection of steps or jobs interlinked in a sequence. Declarative: Declarative is a more recent and advanced...
Task-01 Document the process from cloning the repository to adding webhooks, and Deployment, etc. as a README , go through this example A well...
What is CI/CD? 🚀 Continuous Integration and Continuous Deployment (CI/CD) 🚀 CI/CD is a set of practices and methodologies that aim to streamline and...
What is Jenkins? Jenkins is an open-source continuous integration-continuous delivery and deployment (CI/CD) automation software DevOps tool written...
1.What is the difference between an Image, Container and Engine? Image: A docker image is a read-only package containing necessary dependencies and...