This is an automated email from the ASF dual-hosted git repository.

olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva-redback-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 74b3382  fix syntax
74b3382 is described below

commit 74b3382a0f8afaaa76e4d05af42d54c64792c4e1
Author: olivier lamy <ol...@apache.org>
AuthorDate: Sun Dec 30 11:15:52 2018 +1000

    fix syntax
    
    Signed-off-by: olivier lamy <ol...@apache.org>
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 9d3015e..fa718b8 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 ")

Reply via email to