Fixed input syntax
This commit is contained in:
parent
ce2aceef45
commit
d16a3aa8a0
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
|
@ -24,7 +24,7 @@ node {
|
||||||
|
|
||||||
stage('Deploy') {
|
stage('Deploy') {
|
||||||
if (currentBuild.result == 'SUCCESS') {
|
if (currentBuild.result == 'SUCCESS') {
|
||||||
input 'Deploy?', submitter 'ziver'
|
input message: 'Deploy?', submitter: 'ziver'
|
||||||
sh 'ant deploy'
|
sh 'ant deploy'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue