From 040fd59e743b016bead2571bae9732df35589875 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 12:50:23 +0000 Subject: [PATCH] Bump the Jenkins remoting version to 3248.v65ecb_254c298 (#813) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: Bump the Jenkins remoting version on the windows build.ps1 file Made with ❤️️ by updatecli * chore: Bump the Jenkins remoting version on Archlinux Made with ❤️️ by updatecli * chore: Bump the Jenkins remoting version on Debian Bullseye Made with ❤️️ by updatecli * chore: Bump the Jenkins remoting version on the env.props file Made with ❤️️ by updatecli * chore: Bump the Jenkins remoting version on the linux build.sh file Made with ❤️️ by updatecli * chore: Bump the Jenkins remoting version on Windows Nanoserver Made with ❤️️ by updatecli * chore: Bump the Jenkins remoting version on Alpine Made with ❤️️ by updatecli * chore: Bump the Jenkins remoting version on the docker-bake.hcl file Made with ❤️️ by updatecli * chore: Bump the Jenkins remoting version on Windows Server Core Made with ❤️️ by updatecli * chore: Bump the Jenkins remoting version on Windows Nanoserver Made with ❤️️ by updatecli * chore: Bump the Jenkins remoting version on the windows build.ps1 file Made with ❤️️ by updatecli * chore: Bump the Jenkins remoting version on the linux build.sh file Made with ❤️️ by updatecli * chore: Bump the Jenkins remoting version on the env.props file Made with ❤️️ by updatecli * chore: Bump the Jenkins remoting version on Archlinux Made with ❤️️ by updatecli * chore: Bump the Jenkins remoting version on Debian Bullseye Made with ❤️️ by updatecli * chore: Bump the Jenkins remoting version on the docker-bake.hcl file Made with ❤️️ by updatecli * chore: Bump the Jenkins remoting version on Alpine Made with ❤️️ by updatecli * chore: Bump the Jenkins remoting version on Windows Server Core Made with ❤️️ by updatecli --------- Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> --- alpine/Dockerfile | 2 +- archlinux/Dockerfile | 2 +- build.ps1 | 2 +- build.sh | 2 +- debian/Dockerfile | 2 +- docker-bake.hcl | 2 +- env.props | 2 +- windows/nanoserver/Dockerfile | 2 +- windows/windowsservercore/Dockerfile | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/alpine/Dockerfile b/alpine/Dockerfile index 4bdcd6e96..3e473a0c2 100644 --- a/alpine/Dockerfile +++ b/alpine/Dockerfile @@ -88,7 +88,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=3206.vb_15dcf73f6a_9 +ARG VERSION=3248.v65ecb_254c298 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 diff --git a/archlinux/Dockerfile b/archlinux/Dockerfile index d730c399e..19ec07891 100644 --- a/archlinux/Dockerfile +++ b/archlinux/Dockerfile @@ -67,7 +67,7 @@ ENV TZ=Etc/UTC RUN pacman -Syu curl git git-lfs openssh tzdata --noconfirm -ARG VERSION=3206.vb_15dcf73f6a_9 +ARG VERSION=3248.v65ecb_254c298 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 diff --git a/build.ps1 b/build.ps1 index 21dd47f29..b88baaaba 100644 --- a/build.ps1 +++ b/build.ps1 @@ -2,7 +2,7 @@ Param( [Parameter(Position=1)] [String] $Target = "build", - [String] $RemotingVersion = '3206.vb_15dcf73f6a_9', + [String] $RemotingVersion = '3248.v65ecb_254c298', [String] $AgentType = '', [String] $BuildNumber = '1', [switch] $DisableEnvProps = $false, diff --git a/build.sh b/build.sh index 1c3da8bcd..19678356f 100755 --- a/build.sh +++ b/build.sh @@ -7,7 +7,7 @@ OPTIND=1 target="build" build_number="1" -remoting_version="3206.vb_15dcf73f6a_9" +remoting_version="3248.v65ecb_254c298" disable_env_props=0 exit_result=0 diff --git a/debian/Dockerfile b/debian/Dockerfile index f7db1297e..163b0d5d2 100644 --- a/debian/Dockerfile +++ b/debian/Dockerfile @@ -98,7 +98,7 @@ RUN apt-get update \ && apt-get clean \ && rm -rf /tmp/* /var/cache/* /var/lib/apt/lists/* -ARG VERSION=3206.vb_15dcf73f6a_9 +ARG VERSION=3248.v65ecb_254c298 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 diff --git a/docker-bake.hcl b/docker-bake.hcl index 181b993ce..ca640b9e7 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -69,7 +69,7 @@ group "linux-ppc64le" { } variable "REMOTING_VERSION" { - default = "3206.vb_15dcf73f6a_9" + default = "3248.v65ecb_254c298" } variable "REGISTRY" { diff --git a/env.props b/env.props index 6daeab69e..1fb294cdd 100644 --- a/env.props +++ b/env.props @@ -1 +1 @@ -REMOTING_VERSION=3206.vb_15dcf73f6a_9 +REMOTING_VERSION=3248.v65ecb_254c298 diff --git a/windows/nanoserver/Dockerfile b/windows/nanoserver/Dockerfile index e3a8c4a3f..4435d8366 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=3206.vb_15dcf73f6a_9 +ARG VERSION=3248.v65ecb_254c298 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 ; ` diff --git a/windows/windowsservercore/Dockerfile b/windows/windowsservercore/Dockerfile index 764db6904..3ef265fff 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=3206.vb_15dcf73f6a_9 +ARG VERSION=3248.v65ecb_254c298 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 ; `