From 1ee93e577f5378b7f545f8db2844c42ad79225b2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 12:38:48 +0000 Subject: [PATCH] Update dependency org.jenkins-ci.main:jenkins-war to v2.479 --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 54ee90fe8..75f59e3ed 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.478'] + [platform: 'linux', jdk: 21, jenkins: '2.479'] ])