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 3497ddd  fix typo
3497ddd is described below

commit 3497ddde933cee6752dfba1ba91a166f319dc675
Author: olivier lamy <[email protected]>
AuthorDate: Wed Jan 2 10:22:24 2019 +1000

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

diff --git a/Jenkinsfile b/Jenkinsfile
index 0cede23..dcbbdc4 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -62,7 +62,9 @@ pipeline {
         }
         stage('JDK11') {
             steps {
-                asfStandardBuild.mavenBuild(buildJdk11,"clean install -U -fae 
-T3",[])
+                script {
+                    asfStandardBuild.mavenBuild(buildJdk11,"clean install -U 
-fae -T3",[])
+                }
             }
         }
 

Reply via email to