bugfix
This commit is contained in:
parent
2c0c8d3ca2
commit
a7b47958da
1 changed files with 5 additions and 3 deletions
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
|
|
@ -26,8 +26,10 @@ node {
|
|||
}
|
||||
}
|
||||
|
||||
stage('Deploy') {
|
||||
input message: 'Deploy?', submitter: 'ziver'
|
||||
sh 'ant deploy'
|
||||
/stage('Deploy') {
|
||||
node {
|
||||
input message: 'Deploy?', submitter: 'ziver'
|
||||
sh 'ant deploy'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue