You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2020/03/20 13:04:49 UTC

[maven] branch Java14_15ea created (now c548ce5)

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

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


      at c548ce5  Adjust JDKs in Jenkinsfile

This branch includes the following new commits:

     new c548ce5  Adjust JDKs in Jenkinsfile

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: Adjust JDKs in Jenkinsfile

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

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

commit c548ce5f11a2d6df24df0f3dee42b6e3a6e6e4cd
Author: rfscholte <rf...@apache.org>
AuthorDate: Fri Mar 20 14:04:41 2020 +0100

    Adjust JDKs in Jenkinsfile
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index ff917a2..313fbb8 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -23,7 +23,7 @@ def buildOs = 'linux'
 def buildJdk = '8'
 def buildMvn = '3.6.2'
 def runITsOses = ['linux', 'windows']
-def runITsJdks = ['8', '11', '13', '14']
+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 tests