Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Done
-
None
-
-
Pipeline - April 2018
Description
Found in workflow api 2.24
node{ stage ('Build') { sh 'echo "Building"' } stage ('Test') { sh 'echo testing' } stage ('Deploy') { sh 'echo deploy' } }
Attachments
Issue Links
- links to
Found as part of https://github.com/jenkinsci/blueocean-plugin/pull/1598