add input stage

This commit is contained in:
MovingToWeb
2019-07-19 22:31:46 +05:30
parent c80b649258
commit acca84e265

10
Jenkinsfile vendored
View File

@@ -21,13 +21,9 @@ pipeline {
}
stage ('Deploy?') {
steps {
steps {
input('Do you want to deploy?')
}
steps {
input('Do you want to deploy?')
}
}
stage ('Deployment Stage') {