Cleaning up and notificationsSince the post section of a Pipeline is guaranteed to run at the end of a Pipeline’s execution, we can add some notificat
...
Recording tests and artifactsWhile testing is a critical part of a good continuous delivery pipeline, most people don’t want to sift through thousands
...
Using environment variablesEnvironment variables can be set globally, like the example below, or per stage. As you might expect, setting environment v
...
In the previous section you may have noticed the agent directive in each of the examples. The agent directive tells Jenkins where and how to execute t
...
Running multiple stepsPipelines are made up of multiple steps that allow you to build, test and deploy applications. Jenkins Pipeline allows you to co
...
Creating your first PipelineWhat is a Jenkins Pipeline?Jenkins Pipeline (or simply “Pipeline”) is a suite of plugins which supports implementing and i
...
Getting started with the Guided TourThis guided tour introduces you to the basics of using Jenkins and its main feature, Jenkins Pipeline. This tour u
...