add input stage

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

4
Jenkinsfile vendored
View File

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