bugfix
This commit is contained in:
parent
2c0c8d3ca2
commit
a7b47958da
1 changed files with 5 additions and 3 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
|
@ -26,8 +26,10 @@ node {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
stage('Deploy') {
|
/stage('Deploy') {
|
||||||
|
node {
|
||||||
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