© 2026 Hashnode
Jenkins is a popular automation tool for CI/CD, if you have used GitHub Action, similar to it, most automation tools now provide DSL (Domain Specific Language) to describe & orchestrate automation workflows, Jenkins' Pipeline Syntax is the orchestrat...

In the world of continuous integration and deployment, Jenkins has long been a cornerstone tool for automating workflows. With the rise of containerization technologies like Docker, integrating Docker into Jenkins pipelines has become a common practi...

What is a Pipeline ? A pipeline is a collection of steps or jobs interlinked in a sequence. The goal of a pipeline is to automate and streamline the process of building, testing, and deploying software code, reducing manual intervention and improving...

In this article, we are going to run a Jenkins pipeline as a code using Jenkinsfile which will be run on two Jenkins agents parallelly. This pipeline will run our node-todo app on two Jenkins agents. If you want to work on this project then you can f...
