test Jenkinsfile
This commit is contained in:
parent
e5a2f7b5b2
commit
4073868e33
|
@ -17,9 +17,8 @@ pipeline {
|
||||||
}
|
}
|
||||||
stage('Deliver') {
|
stage('Deliver') {
|
||||||
steps {
|
steps {
|
||||||
sh './jenkins/scripts/deliver.sh'
|
sh '/bin/true'
|
||||||
input message: 'Finished using the web site? (Click "Proceed" to continue)'
|
input message: 'Finished using the web site? (Click "Proceed" to continue)'
|
||||||
sh './jenkins/scripts/kill.sh'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue