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

commit a281cf3631e3e77d55510dc3dedca327e49aba1b
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Thu Jul 18 12:43:38 2019 +0200

    Jenkinsfile.karaf: Apply the same approach and ignore the .mavenrc from 
Jenkins node
---
 Jenkinsfile.karaf | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Jenkinsfile.karaf b/Jenkinsfile.karaf
index f3be4c9..5f801d7 100644
--- a/Jenkinsfile.karaf
+++ b/Jenkinsfile.karaf
@@ -39,6 +39,10 @@ pipeline {
         jdk JDK_NAME
     }
 
+    environment {
+        MAVEN_SKIP_RC = true
+    }
+
     options {
         buildDiscarder(
             logRotator(artifactNumToKeepStr: '5', numToKeepStr: '10')

Reply via email to