DeploymentThe most basic continuous delivery pipeline will have, at minimum, three stages which should be defined in a Jenkinsfile: Build, Test, and D
...
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
...