From cd949a47ba07ab63679e27c150efe8360c0e2d2f Mon Sep 17 00:00:00 2001 From: Stephen Yeargin Date: Sat, 22 Aug 2020 19:39:28 -0500 Subject: [PATCH] Remove the input stanza --- Jenkinsfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 48878e0..226c16d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -59,10 +59,6 @@ pipeline { when{ branch 'master' } - input { - message "Deploy to Production?" - ok "Deploy" - } steps { slackSend (message: "${currentBuild.fullDisplayName} Deploy to Production started (<${env.BUILD_URL}|Open>)", color: '#37b787') sh "bundle exec cap production deploy BRANCH=${env.GIT_BRANCH}"