fix
Some checks failed
s444452-training/pipeline/head There was a failure building this commit
s444452-evaluation/pipeline/head There was a failure building this commit

This commit is contained in:
AdamOsiowy123 2022-05-04 21:03:24 +02:00
parent f9d3d0fc36
commit 67ad1d6012

View File

@ -42,7 +42,7 @@ def notifyBuild(String buildStatus = 'STARTED') {
def branch_name = "s444452-evaluation/${env.BRANCH_NAME}"
if (buildStatus == 'SUCCESS') {
build job: '${branch_name}', parameters: [string(name: "TEST_PARAMS", value: "${params.TRAIN_PARAMS}"), string(name: "BUILD_NR", value: "${env.BUILD_NUMBER}")], wait: false
build job: ${branch_name}, parameters: [string(name: "TEST_PARAMS", value: "${params.TRAIN_PARAMS}"), string(name: "BUILD_NR", value: "${env.BUILD_NUMBER}")], wait: false
}
emailext (