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 661bb7b7bbf24d85bfe93a8b14116f572d7bd0d5
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Thu Jul 18 12:46:05 2019 +0200

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

diff --git a/Jenkinsfile.sb.jdk11 b/Jenkinsfile.sb.jdk11
index f74f74b..f1c0e51 100644
--- a/Jenkinsfile.sb.jdk11
+++ b/Jenkinsfile.sb.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