July 2018
Intermediate to advanced
504 pages
11h 34m
English
You should see the Jenkins pipeline configuration file, Jenkinsfile, as shown in the following screenshot:

We simply need to add a new stage with an arbitrary name; let's call it the approval stage, in between the build and deploy stages. This new approval stage will put the deployment stage on hold, until you manually approve it:
...node('nodejs') ...Read now
Unlock full access