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 4d639e0  Jenkins: Lets skip .mavenrc config from node
4d639e0 is described below

commit 4d639e07b17e174fb8c575572849fb9b3dafd81c
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Thu Jul 18 12:32:57 2019 +0200

    Jenkins: Lets skip .mavenrc config from node
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index ea4b386..8902553 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -33,7 +33,7 @@ pipeline {
     }
    
     environment {
-        MAVEN_OPTS  = ""
+        MAVEN_SKIP_RC = true
     }
 
     options {

Reply via email to