Update Jenkinsfile

This commit is contained in:
s452487 2024-05-07 16:07:19 +02:00
parent 670957ba8f
commit 4e1008cbca

2
Jenkinsfile vendored
View File

@ -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 {