Skip to content

Commit

Permalink
Remove the input stanza
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenyeargin committed Aug 23, 2020
1 parent 725cf43 commit cd949a4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit cd949a4

Please sign in to comment.