Jenkins Tutorial – Part 10 – Work with Git in Pipeline
This article will teach you how to use Git in pipelines. Using Git is a most important topic in CI/CD...
Jenkins Tutorial – Part 9 – Basic Pipeline Steps
Living in the pipeline cannot be accomplished without steps and commands. The Jenkins workflow-basic-steps plugin provides several commonly used steps/commands...
Jenkins Tutorial – Part 8 – Triggering Pipeline
Running CI/CD jobs by hand is not a good method to start a pipeline process since everything done manually competes...
Jenkins Tutorial – Part 7 – Interactive Pipelines
In this part of the Jenkins tutorial, I will discuss a pipeline input directive used to prompt input during job...
Jenkins Tutorial – Part 6 – Pipeline Options
In this part of the Jenkins tutorial series, we will dive into Jenkins Pipeline Options. With options, you can configure...
Jenkins Tutorial – Part 5 – When Conditions
In this article, I want to explain When Conditions in Jenkins pipelines. Suppose you want to execute pipeline stages when...
Jenkins Tutorial – Part 4 – Post Actions
In this part of the Jenkins tutorial, I explain Jenkins Post Actions and show you how you can write post...
Jenkins Tutorial – Part 3 – Parameterized Pipelines
In this article, I will explain how to create parameterized pipelines in Jenkins. A parameterized pipeline allows us to set...
Jenkins Tutorial – Part 2 – Pipeline Variables
In this article, I will introduce ways of defining and using pipeline variables. Read the previous article if you didn’t...
Jenkins Tutorial – Part 1 – Jenkins Pipelines
Jenkins is one of the most popular CI/CD platforms used to automate CI/CD jobs. Today I intend to talk about...