diff --git a/Jenkinsfile b/Jenkinsfile index d3de691..0f00831 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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) } ) diff --git a/Jenkinsfile-Release b/Jenkinsfile-Release index bb7a8cc..222d649 100644 --- a/Jenkinsfile-Release +++ b/Jenkinsfile-Release @@ -88,10 +88,10 @@ dockerizedBuildPipeline( } }, onSuccess: { - buildNotifications(currentBuild, env) + nxrmBuildNotifications(currentBuild, env) }, onFailure: { - buildNotifications(currentBuild, env) + nxrmBuildNotifications(currentBuild, env) } )