From 57edc2bc3deab0fd709f4843d1b326e3627524d4 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 01:17:58 +0000 Subject: [PATCH 1/2] chore: Update the image of the jnlp container of the pod template man... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ifest for package job Made with ❤️️ by updatecli --- PodTemplates.d/package-linux.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PodTemplates.d/package-linux.yaml b/PodTemplates.d/package-linux.yaml index 3f66c7cd..ceb985d2 100644 --- a/PodTemplates.d/package-linux.yaml +++ b/PodTemplates.d/package-linux.yaml @@ -10,7 +10,7 @@ spec: serviceAccountName: release-ci-jenkins-io-agents containers: - name: jnlp - image: jenkinsciinfra/packaging:9.1.28 + image: jenkinsciinfra/packaging:9.1.29 imagePullPolicy: "IfNotPresent" env: - name: "JENKINS_JAVA_BIN" From e698f21078e24e18b1a70cb1680a619163b7dd5b Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 01:18:00 +0000 Subject: [PATCH 2/2] chore: Update the image of the jnlp container of the pod template man... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ifest for release job Made with ❤️️ by updatecli --- PodTemplates.d/release-linux.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PodTemplates.d/release-linux.yaml b/PodTemplates.d/release-linux.yaml index f6d803c3..ad525620 100644 --- a/PodTemplates.d/release-linux.yaml +++ b/PodTemplates.d/release-linux.yaml @@ -10,7 +10,7 @@ spec: serviceAccountName: release-ci-jenkins-io-agents containers: - name: jnlp - image: jenkinsciinfra/packaging:9.1.28 + image: jenkinsciinfra/packaging:9.1.29 imagePullPolicy: "IfNotPresent" env: - name: "HOME"