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