Fixed 2.0 'Deli' stage
This commit is contained in:
parent
c322c97dc5
commit
be9a08b999
1 changed files with 4 additions and 1 deletions
5
jenkins/Jenkinsfile
vendored
5
jenkins/Jenkinsfile
vendored
|
|
@ -1,5 +1,8 @@
|
||||||
pipeline {
|
pipeline {
|
||||||
agent none
|
agent none
|
||||||
|
options {
|
||||||
|
skipStagesAfterUnstable()
|
||||||
|
}
|
||||||
stages {
|
stages {
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
agent {
|
agent {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue