Fix param 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:38:10 +02:00
parent bfdbd6e96f
commit ea8ae9de96

View File

@ -29,9 +29,11 @@ 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', parameters: [ build job: 's434704-evaluation/${params.BRANCH}', parameters: [
gitParameter(name: 'BRANCH', value: params.BRANCH) gitParameter(name: 'BRANCH', value: params.BRANCH)
], wait: false ], wait: false
} }
hudson.AbortException: Item type does not support parameters
} }
} }