You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zr...@apache.org on 2018/03/02 08:09:24 UTC

[camel] 02/02: CAMEL-11930: refine Maven parameters

This is an automated email from the ASF dual-hosted git repository.

zregvart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 86b460c9a366292733fda81f65eedcef97db97bb
Author: Zoran Regvart <zr...@apache.org>
AuthorDate: Fri Mar 2 09:08:58 2018 +0100

    CAMEL-11930: refine Maven parameters
    
    Added parameters to match the ones used by the
    Camel.trunk.fulltest.java8[1] job:
     - to update cached snapshots
     - to fork the compiler
     - to rerun flaky tests
    
    [1] https://builds.apache.org/view/C/view/Apache Camel/job/Camel.trunk.fulltest.java8
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 70e9921..3c220e6 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -17,7 +17,7 @@
  * under the License.
  */
 
-def MAVEN_PARAMS = '-B -e -fae -V -Dmaven.repo.local=/home/jenkins/jenkins-slave/maven-repositories/0'
+def MAVEN_PARAMS = '-U -B -e -fae -V -Dmaven.repo.local=/home/jenkins/jenkins-slave/maven-repositories/0 -Dmaven.compiler.fork=true -Dsurefire.rerunFailingTestsCount=2'
 
 pipeline {
 

-- 
To stop receiving notification emails like this one, please contact
zregvart@apache.org.