From 34a46e4c76819990c9111f6253e2587f9f941425 Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Sun, 4 Aug 2024 13:10:18 -0600 Subject: [PATCH] Test with Jenkins 2.462 on ci.jenkins.io --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 18900072c3..5c2ed417e6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,6 +7,6 @@ buildPlugin( // we use Docker for containerized tests useContainerAgent: false, configurations: [ - [platform: 'linux', jdk: 21], + [platform: 'linux', jdk: 21, jenkins: '2.462'], [platform: 'windows', jdk: 17], ])