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 213477de52eb81018e9f8d4a27e162f1fa334f4a
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Thu Jul 18 12:44:27 2019 +0200

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

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

Reply via email to