add input stage
This commit is contained in:
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user