fix Jenkinsfile

This commit is contained in:
s487179 2023-06-11 12:29:53 +02:00
parent 53eed1b689
commit 7b1acab17d

View File

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