diff --git a/Jenkinsfile b/Jenkinsfile index a613902..57e0181 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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) { } + } }