From cf1e1d2b8aba26c0a3f3cd5a2e71c16913b43018 Mon Sep 17 00:00:00 2001 From: bandesz Date: Tue, 31 Jan 2017 12:17:43 +0000 Subject: [PATCH] Put Jenkinsfile milestones before the prompts --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 2166e9e28..ee9c29c57 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -101,8 +101,8 @@ try { stage('Staging') { if (deployToStaging == "true") { - input 'Approve?' milestone 40 + input 'Approve?' node { unstash 'source' deploy 'staging' @@ -122,8 +122,8 @@ try { stage('Prod') { if (deployToProduction == "true") { - input 'Approve?' milestone 50 + input 'Approve?' node { unstash 'source' deploy 'production'