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

This commit is contained in:
Wojciech Jarmosz 2021-05-14 11:51:12 +02:00
parent fc6e335223
commit 73235c7614

View File

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