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

This commit is contained in:
Wojciech Jarmosz 2021-05-14 13:56:43 +02:00
parent be0835ef5d
commit e48b794973

View File

@ -29,7 +29,7 @@ pipeline {
mail body: "TRAINING - ${currentBuild.currentResult}", subject: 's434704', to: '26ab8f35.uam.onmicrosoft.com@emea.teams.ms' mail body: "TRAINING - ${currentBuild.currentResult}", subject: 's434704', to: '26ab8f35.uam.onmicrosoft.com@emea.teams.ms'
} }
success { success {
build job: 's434704-evaluation/${params.BRANCH}', parameters: [ build job: "s434704-evaluation/${params.BRANCH}", parameters: [
gitParameter(name: 'BRANCH', value: params.BRANCH) gitParameter(name: 'BRANCH', value: params.BRANCH)
], wait: false ], wait: false
} }