Update 'Multibranch-Training'

This commit is contained in:
Patryk Gałka 2023-05-11 00:09:02 +02:00
parent 57cb56bed9
commit ffb2ce6521

View File

@ -48,7 +48,7 @@ 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)
] ]
} }