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

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

diff --git a/Jenkinsfile.daily b/Jenkinsfile.daily
index 86051db..301298c 100644
--- a/Jenkinsfile.daily
+++ b/Jenkinsfile.daily
@@ -35,6 +35,10 @@ pipeline {
         cron('@daily')
     }
 
+    environment {
+        MAVEN_SKIP_RC = true
+    }
+
     options {
         buildDiscarder(
             logRotator(artifactNumToKeepStr: '5', numToKeepStr: '10')

Reply via email to