Update Jenkinsfile
This commit is contained in:
parent
670957ba8f
commit
4e1008cbca
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -4,7 +4,7 @@ pipeline {
|
||||
copyArtifactPermission('*');
|
||||
}
|
||||
triggers {
|
||||
upstream(upstreamProjects: "s452487-training", threshold: hudson.model.Result.SUCCESS)
|
||||
upstream(upstreamProjects: "s452487-training/train", threshold: hudson.model.Result.SUCCESS)
|
||||
}
|
||||
|
||||
stages {
|
||||
|
Loading…
Reference in New Issue
Block a user