You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/09/14 11:23:35 UTC

[camel] branch master updated: Don't use the same repository on Jenkins for Karaf job

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 73810b3  Don't use the same repository on Jenkins for Karaf job
73810b3 is described below

commit 73810b3a0e97b4713b85f7aeaf8461c35f75ce1d
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Sat Sep 14 13:22:51 2019 +0200

    Don't use the same repository on Jenkins for Karaf job
---
 Jenkinsfile.karaf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile.karaf b/Jenkinsfile.karaf
index 5f801d7..fe06631 100644
--- a/Jenkinsfile.karaf
+++ b/Jenkinsfile.karaf
@@ -21,7 +21,7 @@ def LOCAL_REPOSITORY = env.LOCAL_REPOSITORY ?: '/home/jenkins/jenkins-slave/mave
 def AGENT_LABEL = env.AGENT_LABEL ?: 'ubuntu'
 def JDK_NAME = env.JDK_NAME ?: 'JDK 1.8 (latest)'
 
-def MAVEN_PARAMS = '-U -B -e -fae -V -Dmaven.repo.local=/home/jenkins/.m2/repository -Dmaven.compiler.fork=true -Dsurefire.rerunFailingTestsCount=2'
+def MAVEN_PARAMS = '-U -B -e -fae -V -Dmaven.compiler.fork=true -Dsurefire.rerunFailingTestsCount=2'
 
 def karaf_itests_result