Jenkinsfile cleanup

This commit is contained in:
Ravi Srinivasan 2019-06-26 16:02:15 +05:30 committed by GitHub
parent 05a50b0671
commit 9b71dda827
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,8 +30,8 @@ pipeline {
stage('stage 3') { stage('stage 3') {
steps { steps {
sh 'echo hello from stage 3!. This is the last stage...' sh 'echo hello from stage 3!. This is the last stage...'
} // steps }
} // stage }
} // stages }
} // pipeline }