Fixed input syntax

This commit is contained in:
Ziver Koc 2016-12-20 17:00:37 +01:00
parent ce2aceef45
commit d16a3aa8a0

2
Jenkinsfile vendored
View file

@ -24,7 +24,7 @@ node {
stage('Deploy') {
if (currentBuild.result == 'SUCCESS') {
input 'Deploy?', submitter 'ziver'
input message: 'Deploy?', submitter: 'ziver'
sh 'ant deploy'
}
}