You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/07/20 15:15:19 UTC

[maven] branch parallel created (now ed76daf)

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

slachiewicz pushed a change to branch parallel
in repository https://gitbox.apache.org/repos/asf/maven.git.


      at ed76daf  Run in parallel -T 5C

This branch includes the following new commits:

     new ed76daf  Run in parallel -T 5C

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven] 01/01: Run in parallel -T 5C

Posted by sl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch parallel
in repository https://gitbox.apache.org/repos/asf/maven.git

commit ed76daf58ae967dcf9af2ef36d53e85dd50ca189
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Mon Jul 20 12:57:20 2020 +0200

    Run in parallel -T 5C
---
 Jenkinsfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 278a19d..b7098d3 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -25,7 +25,7 @@ def buildMvn = '3.6.2'
 def runITsOses = ['linux', 'windows']
 def runITsJdks = ['8', '11', '14', '15']
 def runITsMvn = '3.6.2'
-def runITscommand = "mvn clean install -Prun-its,embedded -B -U -V" // -DmavenDistro=... -Dmaven.test.failure.ignore=true
+def runITscommand = "mvn clean install -Prun-its,embedded -B -U -T 5C -V" // -DmavenDistro=... -Dmaven.test.failure.ignore=true
 def tests
 
 try {
@@ -60,7 +60,7 @@ node(jenkinsEnv.nodeSelection(osNode)) {
             ]) {
 			    // For now: maven-wrapper contains 2 poms sharing the same outputDirectory, so separate clean
 			    sh "mvn clean"
-                sh "mvn ${MAVEN_GOAL} -B -U -e -fae -V -Dmaven.test.failure.ignore=true -P versionlessMavenDist"
+                sh "mvn ${MAVEN_GOAL} -B -U -e -fae -T 5C -V -Dmaven.test.failure.ignore=true -P versionlessMavenDist"
             }
             dir ('apache-maven/target') {
                 stash includes: 'apache-maven-bin.zip,apache-maven-wrapper-*.zip', name: 'maven-dist'