Fix param 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
bfdbd6e96f
commit
ea8ae9de96
@ -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
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user