You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2019/07/24 20:22:56 UTC

[maven] branch EOL updated: investigating two parallel configurations

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

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


The following commit(s) were added to refs/heads/EOL by this push:
     new 786b36a  investigating two parallel configurations
786b36a is described below

commit 786b36ad10c4a96ad7f1e996aa3d64096e4a5894
Author: tibordigana <ti...@apache.org>
AuthorDate: Wed Jul 24 22:22:46 2019 +0200

    investigating two parallel configurations
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 650c875..9cf0a18 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -23,7 +23,7 @@ def buildOs = 'linux'
 def buildJdk = '8'
 def buildMvn = '3.6.0'
 def runITsOses = ['linux']
-def runITsJdks = ['7']
+def runITsJdks = ['7', '8']
 def runITsMvn = '3.6.0'
 def runITscommand = "mvn clean install -Prun-its,embedded -B -U -V" // -DmavenDistro=... -Dmaven.test.failure.ignore=true
 def tests