diff --git a/Jenkinsfile b/Jenkinsfile index 9d3015e3..fa718b86 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -69,7 +69,7 @@ pipeline { cleanWs deleteDirs: true, notFailBuild: true, patterns: [[pattern: '.repository', type: 'EXCLUDE']] } unstable { - notifyBuild( "Unstable Build ") + asfStandardBuild.notifyBuild( "Unstable Build ") } failure { notifyBuild( "Error in redback core build ")