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'