Fix params issue
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
be0835ef5d
commit
e48b794973
@ -29,7 +29,7 @@ pipeline {
|
||||
mail body: "TRAINING - ${currentBuild.currentResult}", subject: 's434704', to: '26ab8f35.uam.onmicrosoft.com@emea.teams.ms'
|
||||
}
|
||||
success {
|
||||
build job: 's434704-evaluation/${params.BRANCH}', parameters: [
|
||||
build job: "s434704-evaluation/${params.BRANCH}", parameters: [
|
||||
gitParameter(name: 'BRANCH', value: params.BRANCH)
|
||||
], wait: false
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user