updated deploy submitter
This commit is contained in:
parent
7390cb8b7a
commit
d2a49529b2
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 'Administrator'
|
input 'Deploy?', submitter 'ziver'
|
||||||
sh 'ant deploy'
|
sh 'ant deploy'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue