Git parameter fix
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
ecfb0ba459
commit
bfdbd6e96f
@ -30,7 +30,7 @@ pipeline {
|
||||
}
|
||||
success {
|
||||
build job: 's434704-evaluation', parameters: [
|
||||
gitParameter(name: 'BRANCH', value: ${params.BRANCH}, type: 'PT_BRANCH')
|
||||
gitParameter(name: 'BRANCH', value: params.BRANCH)
|
||||
], wait: false
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user