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

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

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

Reply via email to