From 20af2ec91f5e0ddae56ee208a601b468584516e8 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 16:56:42 +0000 Subject: [PATCH 1/7] chore: Bump the Jenkins remoting version on Debian Bullseye MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- debian/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/Dockerfile b/debian/Dockerfile index da97c0081..6c9e20c62 100644 --- a/debian/Dockerfile +++ b/debian/Dockerfile @@ -96,7 +96,7 @@ RUN apt-get update \ && apt-get clean \ && rm -rf /tmp/* /var/cache/* /var/lib/apt/lists/* -ARG VERSION=3261.v9c670a_4748a_9 +ARG VERSION=3273.v4cfe589b_fd83 ADD --chown="${user}":"${group}" "https://repo.jenkins-ci.org/public/org/jenkins-ci/main/remoting/${VERSION}/remoting-${VERSION}.jar" /usr/share/jenkins/agent.jar RUN chmod 0644 /usr/share/jenkins/agent.jar \ && ln -sf /usr/share/jenkins/agent.jar /usr/share/jenkins/slave.jar From 4702b382160ba18b3b42c36806ab20fff4833ce4 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 16:56:43 +0000 Subject: [PATCH 2/7] chore: Bump the Jenkins remoting version on Alpine MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- alpine/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alpine/Dockerfile b/alpine/Dockerfile index 2d9e0928d..b2b82f550 100644 --- a/alpine/Dockerfile +++ b/alpine/Dockerfile @@ -86,7 +86,7 @@ RUN apk add --no-cache \ tzdata-utils \ && rm -rf /tmp/*.apk /tmp/gcc /tmp/gcc-libs.tar* /tmp/libz /tmp/libz.tar.xz /var/cache/apk/* -ARG VERSION=3261.v9c670a_4748a_9 +ARG VERSION=3273.v4cfe589b_fd83 ADD --chown="${user}":"${group}" "https://repo.jenkins-ci.org/public/org/jenkins-ci/main/remoting/${VERSION}/remoting-${VERSION}.jar" /usr/share/jenkins/agent.jar RUN chmod 0644 /usr/share/jenkins/agent.jar \ && ln -sf /usr/share/jenkins/agent.jar /usr/share/jenkins/slave.jar From d849ee614a180e73124573869e11528ebd276315 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 16:56:44 +0000 Subject: [PATCH 3/7] chore: Bump the Jenkins remoting version on the windows build.ps1 file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.ps1 b/build.ps1 index c3471bf3b..a44611dad 100644 --- a/build.ps1 +++ b/build.ps1 @@ -4,7 +4,7 @@ Param( # Default build.ps1 target [String] $Target = 'build', # Remoting version to include - [String] $RemotingVersion = '3261.v9c670a_4748a_9', + [String] $RemotingVersion = '3273.v4cfe589b_fd83', # Type of agent ("agent" or "inbound-agent") [String] $AgentType = '', # Windows flavor and windows version to build From 5af09b5fcb808d63f4b91413dfcccb87114da9b2 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 16:56:45 +0000 Subject: [PATCH 4/7] chore: Bump the Jenkins remoting version on the linux build.sh file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 5490b7d50..fe91115d1 100755 --- a/build.sh +++ b/build.sh @@ -7,7 +7,7 @@ OPTIND=1 target="build" build_number="1" -remoting_version="3261.v9c670a_4748a_9" +remoting_version="3273.v4cfe589b_fd83" disable_env_props=0 exit_result=0 From 885fdb0fbbaa1401e6628eab9568f0f54d9348b2 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 16:56:45 +0000 Subject: [PATCH 5/7] chore: Bump the Jenkins remoting version on the docker-bake.hcl file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- docker-bake.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-bake.hcl b/docker-bake.hcl index 29db872e9..bba81d367 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -83,7 +83,7 @@ variable "JAVA21_VERSION" { } variable "REMOTING_VERSION" { - default = "3261.v9c670a_4748a_9" + default = "3273.v4cfe589b_fd83" } variable "REGISTRY" { From 96f2af8a7838de2988520d5e97ef29c3c68f73e0 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 16:56:46 +0000 Subject: [PATCH 6/7] chore: Bump the Jenkins remoting version on Windows Server Core MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- windows/windowsservercore/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/windowsservercore/Dockerfile b/windows/windowsservercore/Dockerfile index 2da86f118..9aa66aa52 100644 --- a/windows/windowsservercore/Dockerfile +++ b/windows/windowsservercore/Dockerfile @@ -93,7 +93,7 @@ ARG AGENT_WORKDIR=${AGENT_ROOT}/Work ENV AGENT_WORKDIR=${AGENT_WORKDIR} # Get the Agent from the Jenkins Artifacts Repository -ARG VERSION=3261.v9c670a_4748a_9 +ARG VERSION=3273.v4cfe589b_fd83 RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 ; ` Invoke-WebRequest $('https://repo.jenkins-ci.org/public/org/jenkins-ci/main/remoting/{0}/remoting-{0}.jar' -f $env:VERSION) -OutFile $(Join-Path C:/ProgramData/Jenkins $env:AGENT_FILENAME) -UseBasicParsing ; ` Invoke-WebRequest $('https://repo.jenkins-ci.org/public/org/jenkins-ci/main/remoting/{0}/remoting-{0}.jar.sha1' -f $env:VERSION) -OutFile (Join-Path C:/ProgramData/Jenkins $env:AGENT_HASH_FILENAME) -UseBasicParsing ; ` From da5d5f8f66c036ebf455e4dcba6df9793529e82a Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 16:56:47 +0000 Subject: [PATCH 7/7] chore: Bump the Jenkins remoting version on Windows Nanoserver MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- windows/nanoserver/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/nanoserver/Dockerfile b/windows/nanoserver/Dockerfile index ce5159c0b..c1758a7cc 100644 --- a/windows/nanoserver/Dockerfile +++ b/windows/nanoserver/Dockerfile @@ -100,7 +100,7 @@ ARG AGENT_WORKDIR=${AGENT_ROOT}/Work ENV AGENT_WORKDIR=${AGENT_WORKDIR} # Get the Agent from the Jenkins Artifacts Repository -ARG VERSION=3261.v9c670a_4748a_9 +ARG VERSION=3273.v4cfe589b_fd83 RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 ; ` Invoke-WebRequest $('https://repo.jenkins-ci.org/public/org/jenkins-ci/main/remoting/{0}/remoting-{0}.jar' -f $env:VERSION) -OutFile $(Join-Path C:/ProgramData/Jenkins $env:AGENT_FILENAME) -UseBasicParsing ; ` Invoke-WebRequest $('https://repo.jenkins-ci.org/public/org/jenkins-ci/main/remoting/{0}/remoting-{0}.jar.sha1' -f $env:VERSION) -OutFile (Join-Path C:/ProgramData/Jenkins $env:AGENT_HASH_FILENAME) -UseBasicParsing ; `