set wait to false
Some checks failed
s444417-training/pipeline/head There was a failure building this commit
Some checks failed
s444417-training/pipeline/head There was a failure building this commit
This commit is contained in:
parent
235996b9c1
commit
5bfb94ac0a
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -33,7 +33,7 @@ pipeline {
|
||||
}
|
||||
stage ('Starting train job') {
|
||||
steps {
|
||||
build job: 's444417-training/master', wait: true
|
||||
build job: 's444417-training/master', wait: false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -9,10 +9,5 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
stage("Check out from version control") {
|
||||
steps {
|
||||
checkout scm
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user