Skip to content

Commit

Permalink
Change input stage in Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspeitz committed May 9, 2018
1 parent 63fb95e commit 38bf2db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ if (env.BRANCH_NAME == 'master') {
}

timeout(time: 1, unit: 'HOURS') {
input 'Release to github?'
stage 'Dockerhub release'
input 'Release to github?'
node {
version = readFile('version.txt').trim()
app.push(version)
Expand Down

0 comments on commit 38bf2db

Please sign in to comment.