Update Jenkinsfile

This commit is contained in:
s452487 2024-05-04 16:48:01 +02:00
parent 0352e5bccc
commit e4d9d63f70

3
Jenkinsfile vendored
View File

@ -3,6 +3,9 @@ pipeline {
options {
copyArtifactPermission('*');
}
triggers {
upstream(upstreamProjects: "s452487-training", threshold: hudson.model.Result.SUCCESS)
}
stages {
stage('evaluateDataset') {