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 9fb3c40  fix typo
9fb3c40 is described below

commit 9fb3c404a4cb56fbeae109ad7a2dba4c87c55568
Author: olivier lamy <[email protected]>
AuthorDate: Sat Dec 29 22:09:02 2018 +1000

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

diff --git a/Jenkinsfile b/Jenkinsfile
index 60f027b..ccbc9cb 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -53,7 +53,7 @@ pipeline {
                         timeout( 120 ) {
                             mavenBuild( buildJdk, "clean deploy -U -fae -T3", 
'Maven 3.5.2', defaultPublishers )
                         }
-                    post {
+                    } post {
                         failure {
                             notifyBuild( "Failure in BuildAndDeploy Stage ")
                         }
@@ -95,6 +95,5 @@ pipeline {
             }
         }
     }
-    }
 }
 // vim: et:ts=4:sw=4:ft=groovy

Reply via email to