#cicd
Read more stories on Hashnode
Articles with this tag
Questions What’s the difference between continuous integration, continuous delivery, and continuous deployment? Answer: Continuous...
Jenkins Master (Server) Jenkins’s server or master node holds all key configurations. The Jenkins master server is like a control server that...
One of the most important parts of your DevOps and CICD journey is a Declarative Pipeline Syntax of Jenkins Some terms for your Knowledge What is a...
Day 26 was all about a Declarative pipeline, now its time to level up things, let's integrate Docker and your Jenkins declarative pipeline Use your...
Let's make a beautiful CI/CD Pipeline for Node JS Application 😍 Task-01 I have forked the repository: https://github.com/Namg04/node-todo-cicd for...