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 ededea0  fix syntax
ededea0 is described below

commit ededea02329e0c5f6d0b7f645442143455d81df5
Author: olivier lamy <[email protected]>
AuthorDate: Sun Dec 30 11:16:06 2018 +1000

    fix syntax
    
    Signed-off-by: olivier lamy <[email protected]>
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index fa718b8..fa0ea05 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -72,7 +72,7 @@ pipeline {
             asfStandardBuild.notifyBuild( "Unstable Build ")
         }
         failure {
-            notifyBuild( "Error in redback core build ")
+            asfStandardBuild.notifyBuild( "Error in redback core build ")
         }
         success {
             script {

Reply via email to