add input stage
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -22,6 +22,7 @@ pipeline {
|
||||
|
||||
stage ('Deploy?') {
|
||||
|
||||
steps {
|
||||
try {
|
||||
input(
|
||||
id: 'Proceed1', message: 'Proceed to Production deployment?', parameters: [
|
||||
@@ -31,6 +32,7 @@ pipeline {
|
||||
catch (Exception e) {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user