#jenkins
Read more stories on Hashnode
Articles with this tag
Day 29 - Jenkins Important Interview Questions · 1. What’s the difference between continuous integration, continuous delivery, and continuous...
Day 28 - · Understanding Jenkins Agents At the heart of Jenkins lies the master server, orchestrating the execution of pipelines and managing job...
Day 27 -> Jenkins Declarative Pipeline with Docker · Use your Docker Build and Run Knowledge docker build - you can use sh 'docker build . -t <tag>' in...
Day 26 -> Jenkins Declarative Pipeline · 🔹What is Pipeline? In the context of Jenkins, a "pipeline" refers to a series of automated steps or jobs that...
Day 25 -> Complete Jenkins CI/CD Project - Continued with Documentation · 🔹Task-01 Document the process from cloning the repository to adding webhooks,...
Day 24 -> Complete Jenkins CI/CD Project · What is GitHub WebhookGitHub Webhooks are a feature of the GitHub platform that allow developers to receive...