fix Jenkinsfile

This commit is contained in:
s487179 2023-06-11 12:25:42 +02:00
parent 790051df59
commit 53eed1b689

View File

@ -52,11 +52,7 @@ pipeline {
}
}
}
stage('triggerTrain') {
steps {
build job: "z-s487179-training"
}
}
// stage('Archive file') {
// steps {
// dir ('./createDataset') {
@ -65,4 +61,10 @@ pipeline {
// }
// }
}
post {
success {
//Wywołanie projektu evaluation
build job: 'z-s487179-training.eg/main', wait: false
}
}
}