Update 'Multibranch-Training'

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

View File

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