fix
This commit is contained in:
parent
f9d3d0fc36
commit
67ad1d6012
@ -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 (
|
||||
|
Loading…
Reference in New Issue
Block a user