Update Jenkinsfile
This commit is contained in:
parent
0352e5bccc
commit
e4d9d63f70
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -3,6 +3,9 @@ pipeline {
|
||||
options {
|
||||
copyArtifactPermission('*');
|
||||
}
|
||||
triggers {
|
||||
upstream(upstreamProjects: "s452487-training", threshold: hudson.model.Result.SUCCESS)
|
||||
}
|
||||
|
||||
stages {
|
||||
stage('evaluateDataset') {
|
||||
|
Loading…
Reference in New Issue
Block a user