#connections
Read more stories on Hashnode
Articles with this tag
Jenkins Master (Server) Jenkins’s server or master node holds all key configurations. The Jenkins master server is like a control server that...
Day 26 was all about a Declarative pipeline, Now it is time to level up things, Let's integrate Docker and your Jenkins declarative pipeline Use your...
Introduction: What is a Pipeline? A pipeline is a collection of steps or jobs interlinked in a sequence. It is a suite of plugins that supports...
What is Webhook? Webhooks provide a way for notifications to be delivered to an external web server whenever certain events occur on GitHub. In the...
What is CI/CD? CI/CD is an essential part of DevOps and any modern software development practice. A purpose-built CI/CD platform can maximize...
What is Jenkins? -Jenkins is an open-source automation tool written in Java programming language that allows continuous integration. -Jenkins builds...