You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2018/04/18 04:32:51 UTC

[archiva] branch master updated: Update Jenkinsfile

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 d39a952  Update Jenkinsfile
d39a952 is described below

commit d39a952d9dc324785f19863c94327519eff5bc8f
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Wed Apr 18 14:32:49 2018 +1000

    Update Jenkinsfile
---
 Jenkinsfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 36b563f..d185aff 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -21,9 +21,10 @@ node (labels) {
       timeout(120) {
         withMaven(maven: buildMvn, jdk: buildJdk,
                       mavenSettingsConfig: deploySettings,
-                      mavenLocalRepo: "${env.JENKINS_HOME}/${env.EXECUTOR_NUMBER}"                  
+                      mavenLocalRepo: ".repository"                  
                  )
           {
+            sh "rm -rf .repository"
             // Run test phase / ignore test failures
             sh "mvn -B clean deploy -Dmaven.test.failure.ignore=true"
           }  

-- 
To stop receiving notification emails like this one, please contact
olamy@apache.org.