#devops
Read more stories on Hashnode
Articles with this tag
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...
In this blog, We are going to do a project for node-todo-cicd application using Jenkins webhook. So from Day 23, we have Jenkins setup ready. You can...
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...