fix Jenkinsfile

This commit is contained in:
s487179 2023-06-11 11:52:10 +02:00
parent 7ba8b619fd
commit 790051df59

View File

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