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.git


The following commit(s) were added to refs/heads/master by this push:
     new d9392e5  enable mavenLinkerPublisher
d9392e5 is described below

commit d9392e577d1708287203cc9a42dd8658a58002e9
Author: olivier lamy <ol...@apache.org>
AuthorDate: Mon Dec 31 13:38:51 2018 +1000

    enable mavenLinkerPublisher
    
    Signed-off-by: olivier lamy <ol...@apache.org>
---
 Jenkinsfile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 65b97d2..9fb4982 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -34,7 +34,8 @@ buildJdk10 = 'JDK 10 (latest)'
 buildJdk11 = 'JDK 11 (latest)'
 buildMvn = 'Maven 3.5.2'
 deploySettings = 'archiva-uid-jenkins'
-localRepository = ".repository"
+//localRepository = ".repository"
+localRepository = "../.maven_repositories/${env.EXECUTOR_NUMBER}"
 mavenOpts = '-Xms1g -Xmx2g -Djava.awt.headless=true'
 
 INTEGRATION_PIPELINE = "Archiva-IntegrationTests-Gitbox"
@@ -79,7 +80,7 @@ pipeline {
                             mavenOpts: mavenOpts,
                             options: [artifactsPublisher(disabled: false),
                                       junitPublisher(disabled: false, 
ignoreAttachments: false),
-                                      pipelineGraphPublisher(disabled: false)]
+                                      pipelineGraphPublisher(disabled: 
false),mavenLinkerPublisher(disabled: false)]
                     )
                             {
                                 sh "chmod 755 
./src/ci/scripts/prepareWorkspace.sh"

Reply via email to