Update Jenkinsfile
This commit is contained in:
parent
bd873cec9f
commit
1cb4acd352
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -31,7 +31,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
stage('Deliver') {
|
stage('Deliver') {
|
||||||
steps{
|
steps{
|
||||||
echo 'Hello World'
|
echo 'Hello World!'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue