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

sjaranowski pushed a commit to branch s390-jdk
in repository https://gitbox.apache.org/repos/asf/maven.git


The following commit(s) were added to refs/heads/s390-jdk by this push:
     new cac7921862 Add JDK 21 for ITs
cac7921862 is described below

commit cac79218624c7628a6317f1d97cd421d9810899c
Author: Slawomir Jaranowski <s.jaranow...@gmail.com>
AuthorDate: Sun Nov 19 11:48:14 2023 +0100

    Add JDK 21 for ITs
---
 Jenkinsfile.s390x | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile.s390x b/Jenkinsfile.s390x
index e760a62539..f2c68f3370 100644
--- a/Jenkinsfile.s390x
+++ b/Jenkinsfile.s390x
@@ -23,7 +23,7 @@ def buildOs = 'linux'
 def buildJdk = '11'
 def buildMvn = '3.8.x'
 def runITsOses = ['linux']
-def runITsJdks = ['11', '17']
+def runITsJdks = ['11', '17', '21']
 def runITsMvn = '3.8.x'
 def runITscommand = "mvn clean install -Prun-its,embedded -B -U -V" // 
-DmavenDistro=... -Dmaven.test.failure.ignore=true
 def tests

Reply via email to