Fix Jenkinsfile

This commit is contained in:
s487179 2023-06-13 20:01:56 +02:00
parent be99b27310
commit 746ec35867
2 changed files with 2 additions and 3 deletions

4
MLTrain/Jenkinsfile vendored
View File

@ -39,9 +39,9 @@ pipeline {
} }
} }
} }
post { post {
success { success {
build job: 'z-s487179-evaluation.eg/main', propagate: false, wait: false build job: 'z-s487179-evaluation.eg/main', wait: false
} }
} }
} }

View File

@ -63,7 +63,6 @@ pipeline {
} }
post { post {
success { success {
//Wywołanie projektu evaluation
build job: 'z-s487179-training/main', wait: false build job: 'z-s487179-training/main', wait: false
} }
} }