update do zadania 2 z lab 06

This commit is contained in:
Norbert Walkowiak 2023-06-08 09:30:37 +02:00
parent 61792ab44d
commit 7c9d1e1486

View File

@ -38,9 +38,7 @@ pipeline{
post {
success {
def evaluationJob = build job: 'z-s487175-evaluation.eg', propagate: false
evaluationJob.branch = params.BRANCH
evaluationJob.schedule()
build job: 'z-s487175-evaluation.eg', propagate: false
}
}
}