Update 'Multibranch-Training'

This commit is contained in:
Patryk Gałka 2023-05-11 00:15:12 +02:00
parent 3279c1a76d
commit 84c4a3210a

View File

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