remove input message in Jenkinsfile
This commit is contained in:
parent
4073868e33
commit
898d001c57
|
@ -18,7 +18,6 @@ pipeline {
|
|||
stage('Deliver') {
|
||||
steps {
|
||||
sh '/bin/true'
|
||||
input message: 'Finished using the web site? (Click "Proceed" to continue)'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue