Update build notifications call
This commit is contained in:
parent
e33e0077b2
commit
af6729642c
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -23,9 +23,9 @@ dockerizedBuildPipeline(
|
|||||||
archiveArtifacts: 'docs/*',
|
archiveArtifacts: 'docs/*',
|
||||||
testResults: ['**/test-output.xml'],
|
testResults: ['**/test-output.xml'],
|
||||||
onSuccess: {
|
onSuccess: {
|
||||||
buildNotifications(currentBuild, env)
|
nxrmBuildNotifications(currentBuild, env)
|
||||||
},
|
},
|
||||||
onFailure: {
|
onFailure: {
|
||||||
buildNotifications(currentBuild, env)
|
nxrmBuildNotifications(currentBuild, env)
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
@ -88,10 +88,10 @@ dockerizedBuildPipeline(
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
onSuccess: {
|
onSuccess: {
|
||||||
buildNotifications(currentBuild, env)
|
nxrmBuildNotifications(currentBuild, env)
|
||||||
},
|
},
|
||||||
onFailure: {
|
onFailure: {
|
||||||
buildNotifications(currentBuild, env)
|
nxrmBuildNotifications(currentBuild, env)
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user