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/*',
|
||||
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)
|
||||
}
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user