Jenkinsfile cleanup
This commit is contained in:
parent
05a50b0671
commit
9b71dda827
1 changed files with 4 additions and 4 deletions
8
simple-pipeline/Jenkinsfile
vendored
8
simple-pipeline/Jenkinsfile
vendored
|
|
@ -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
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue