#jenkins
Read more stories on Hashnode
Articles with this tag
Project Description The project aims to automate the building, testing, and deployment process of a web application using Jenkins and GitHub. The...
What’s the difference between continuous integration, continuous delivery, and continuous deployment? Continuous Integration (CI), Continuous...
Jenkins Master (Server) Jenkins’s server or master node holds all key configurations. The Jenkins master server is like a control server that...
let's integrate Docker and your Jenkins declarative pipeline Use your Docker Build and Run Knowledge docker build - you can use sh 'docker build . -t...
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...
Let's make a beautiful CI/CD Pipeline for your Node JS Application 😍 · Task-01 Fork this repository: This is a node-todo-cicd repo. Setup the...