fix syntax
Signed-off-by: olivier lamy <olamy@apache.org>
This commit is contained in:
parent
92eba6f1bd
commit
74b3382a0f
|
@ -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 ")
|
||||
|
|
Loading…
Reference in New Issue