fix Jenkinsfile

This commit is contained in:
s487179 2023-06-11 11:40:58 +02:00
parent 15ec126240
commit 7ba8b619fd

View File

@ -54,7 +54,7 @@ pipeline {
}
stage('triggerTrain') {
steps {
build job: "z-s487179-train", wait: true
build job: "z-s487179-training", wait: true
}
}
// stage('Archive file') {