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 e7fa6bedc9067813dc2c8168338a72b686f14246
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Thu Jul 18 12:41:19 2019 +0200

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

diff --git a/Jenkinsfile.jdk11 b/Jenkinsfile.jdk11
index df8d867..519ec09 100644
--- a/Jenkinsfile.jdk11
+++ b/Jenkinsfile.jdk11
@@ -32,6 +32,10 @@ pipeline {
         jdk JDK_NAME
     }
 
+    environment {
+        MAVEN_SKIP_RC = true
+    }
+
     options {
         buildDiscarder(
             logRotator(artifactNumToKeepStr: '5', numToKeepStr: '10')

Reply via email to