From eed4a9f36c12c421d35b4654d0796be626eb4e61 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 19:42:53 +0100 Subject: [PATCH] Update dependency org.jenkins-ci.main:jenkins-war to v2.481 (#862) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 5e7c3634a..dc1d47af6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,5 +6,5 @@ buildPlugin(useContainerAgent: true, forkCount: '1C', configurations: [ [platform: 'linux', jdk: 17], [platform: 'windows', jdk: 17], - [platform: 'linux', jdk: 21, jenkins: '2.480'] + [platform: 'linux', jdk: 21, jenkins: '2.481'] ])