fix syntax

Signed-off-by: olivier lamy <olamy@apache.org>
This commit is contained in:
olivier lamy 2018-12-30 11:15:52 +10:00
parent 92eba6f1bd
commit 74b3382a0f
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -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 ")