-
Bug
-
Resolution: Done
-
Minor
-
None
-
-
Pipeline - April 2018
Found in workflow api 2.24
node{ stage ('Build') { sh 'echo "Building"' } stage ('Test') { sh 'echo testing' } stage ('Deploy') { sh 'echo deploy' } }
- links to