Update 'Multibranch-Training'

This commit is contained in:
Patryk Gałka 2023-05-11 00:10:02 +02:00
parent ffb2ce6521
commit 81129d7094

View File

@ -48,7 +48,7 @@ pipeline {
} }
post { post {
always { always {
build job: 'z-s434686-training' parameters: [ build job: 'z-s434686-training', parameters: [
string(name: 'BRANCH', value: env.BRANCH_NAME) string(name: 'BRANCH', value: env.BRANCH_NAME)
] ]
} }