diff --git a/Jenkinsfile b/Jenkinsfile
index 1efc3ce96f..853b3897e2 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -9,7 +9,7 @@ def runTests(Map params = [:]) {
if (params['platform'] == 'windows') {
agentContainerLabel += '-windows'
}
- boolean publishing = params['jdk'] == 17 && params['platform'] == 'linux'
+ boolean publishing = params['jdk'] == 21 && params['platform'] == 'linux'
node(agentContainerLabel) {
timeout(time: 1, unit: 'HOURS') {
def stageIdentifier = params['platform'] + '-' + params['jdk']
@@ -40,8 +40,8 @@ def runTests(Map params = [:]) {
}
parallel(
- 'windows-11': runTests(platform: 'windows', jdk: 11),
- 'linux-17': runTests(platform: 'linux', jdk: 17),
- 'linux-21': runTests(platform: 'linux', jdk: 21)
+ 'linux-21': runTests(platform: 'linux', jdk: 21),
+ 'windows-17': runTests(platform: 'windows', jdk: 17),
+ 'linux-11': runTests(platform: 'linux', jdk: 11)
)
infra.maybePublishIncrementals()
diff --git a/pom.xml b/pom.xml
index ad8e5203ef..1f82250864 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
org.jenkins-ci
jenkins
- 1.115
+ 1.116
@@ -46,6 +46,8 @@
jenkinsci/${project.artifactId}
3.8.1
+
+ 11
3.13.1
false