removed success check
This commit is contained in:
parent
d16a3aa8a0
commit
a322447fcb
1 changed files with 2 additions and 4 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
|
@ -23,10 +23,8 @@ node {
|
||||||
|
|
||||||
|
|
||||||
stage('Deploy') {
|
stage('Deploy') {
|
||||||
if (currentBuild.result == 'SUCCESS') {
|
|
||||||
input message: '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