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

This commit is contained in:
Wojciech Jarmosz 2021-05-14 04:55:58 +02:00
parent 105bc72be4
commit fc6e335223

View File

@ -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/master', parameters: [
build job: 's434704-evaluation', parameters: [
string(name: 'branchName', value: "${params.BRANCH}")
], wait: false
}