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