removed success check
This commit is contained in:
parent
d16a3aa8a0
commit
a322447fcb
1 changed files with 2 additions and 4 deletions
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
|
|
@ -23,10 +23,8 @@ node {
|
|||
|
||||
|
||||
stage('Deploy') {
|
||||
if (currentBuild.result == 'SUCCESS') {
|
||||
input message: 'Deploy?', submitter: 'ziver'
|
||||
sh 'ant deploy'
|
||||
}
|
||||
input message: 'Deploy?', submitter: 'ziver'
|
||||
sh 'ant deploy'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue