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 8e8517d36f2d2aa135a5c04b3f1396f0bfa9f6fd
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Thu Jul 18 12:45:08 2019 +0200

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

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

Reply via email to