Skip to content

Commit

Permalink
Revert the previous commit, as the input step must be inside the lock
Browse files Browse the repository at this point in the history
  • Loading branch information
amuniz committed May 23, 2016
1 parent 881fbea commit b12cd65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/repo/Jenkinsfile
Expand Up @@ -25,8 +25,8 @@ stage('Staging') {
node {
servers.deploy 'staging'
}
input message: "Does ${jettyUrl}staging/ look good?"
}
input message: "Does ${jettyUrl}staging/ look good?"
try {
checkpoint('Before production')
} catch (NoSuchMethodError _) {
Expand Down

0 comments on commit b12cd65

Please sign in to comment.