test Jenkinsfile

This commit is contained in:
medcl 2020-03-03 11:34:09 +08:00
parent e5a2f7b5b2
commit 4073868e33
1 changed files with 1 additions and 2 deletions

3
Jenkinsfile vendored
View File

@ -17,9 +17,8 @@ pipeline {
}
stage('Deliver') {
steps {
sh './jenkins/scripts/deliver.sh'
sh '/bin/true'
input message: 'Finished using the web site? (Click "Proceed" to continue)'
sh './jenkins/scripts/kill.sh'
}
}
}