Jenkinsfile cleanup

This commit is contained in:
Ravi Srinivasan
2019-06-26 16:02:15 +05:30
committed by GitHub
parent 05a50b0671
commit 9b71dda827

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 }