Fix parameter
Some checks failed
s434704-training/pipeline/head There was a failure building this commit
Some checks failed
s434704-training/pipeline/head There was a failure building this commit
This commit is contained in:
parent
fc6e335223
commit
73235c7614
@ -30,7 +30,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
success {
|
success {
|
||||||
build job: 's434704-evaluation', parameters: [
|
build job: 's434704-evaluation', parameters: [
|
||||||
string(name: 'branchName', value: "${params.BRANCH}")
|
gitParameter(name: 'branchName', value: "${params.BRANCH}")
|
||||||
], wait: false
|
], wait: false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user