Git parameter fix
Some checks failed
s434704-training/pipeline/head There was a failure building this commit

This commit is contained in:
Wojciech Jarmosz 2021-05-14 12:49:09 +02:00
parent ecfb0ba459
commit bfdbd6e96f

View File

@ -30,7 +30,7 @@ pipeline {
} }
success { success {
build job: 's434704-evaluation', parameters: [ build job: 's434704-evaluation', parameters: [
gitParameter(name: 'BRANCH', value: ${params.BRANCH}, type: 'PT_BRANCH') gitParameter(name: 'BRANCH', value: params.BRANCH)
], wait: false ], wait: false
} }
} }