From 49de28930e71425cc6fe945577b408602cb1fba4 Mon Sep 17 00:00:00 2001 From: MovingToWeb Date: Fri, 19 Jul 2019 22:26:31 +0530 Subject: [PATCH] add input stage --- Jenkinsfile | 2 ++ 1 file changed, 2 insertions(+) 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) { } + } }