From 18d55848127d89d7e63e895c6ea25a56b4def21b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 17 Dec 2023 20:29:21 -0700 Subject: [PATCH] Bump the Jenkins remoting version to 3198.v03a_401881f3e (#576) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: Bump the Jenkins remoting version on the linux build.sh file 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 Debian Bullseye Made with ❤️️ by updatecli * chore: Bump the Jenkins remoting version on Alpine Made with ❤️️ by updatecli * chore: Bump the Jenkins remoting version on Windows Nanoserver 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 Archlinux 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 env.props file 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 c94969df1..e9f0f52f0 100644 --- a/alpine/Dockerfile +++ b/alpine/Dockerfile @@ -70,7 +70,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=3192.v713e3b_039fb_e +ARG VERSION=3198.v03a_401881f3e 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 e009dd7f9..f18baf44a 100644 --- a/archlinux/Dockerfile +++ b/archlinux/Dockerfile @@ -49,7 +49,7 @@ ENV TZ=Etc/UTC RUN pacman -Syu curl git git-lfs openssh tzdata --noconfirm -ARG VERSION=3192.v713e3b_039fb_e +ARG VERSION=3198.v03a_401881f3e 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 12d732f2a..567a1615b 100644 --- a/build.ps1 +++ b/build.ps1 @@ -2,7 +2,7 @@ Param( [Parameter(Position=1)] [String] $Target = "build", - [String] $RemotingVersion = '3192.v713e3b_039fb_e', + [String] $RemotingVersion = '3198.v03a_401881f3e', [String] $BuildNumber = '1', [switch] $DisableEnvProps = $false, [switch] $DryRun = $false diff --git a/build.sh b/build.sh index 68a120506..d31967f97 100755 --- a/build.sh +++ b/build.sh @@ -7,7 +7,7 @@ OPTIND=1 target="build" build_number="1" -remoting_version="3192.v713e3b_039fb_e" +remoting_version="3198.v03a_401881f3e" disable_env_props=0 exit_result=0 diff --git a/debian/Dockerfile b/debian/Dockerfile index 41cf1c779..194c7e5a1 100644 --- a/debian/Dockerfile +++ b/debian/Dockerfile @@ -81,7 +81,7 @@ RUN apt-get update \ && apt-get clean \ && rm -rf /tmp/* /var/cache/* /var/lib/apt/lists/* -ARG VERSION=3192.v713e3b_039fb_e +ARG VERSION=3198.v03a_401881f3e 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 a90a210c9..0619e0ddd 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -44,7 +44,7 @@ group "linux-ppc64le" { } variable "REMOTING_VERSION" { - default = "3192.v713e3b_039fb_e" + default = "3198.v03a_401881f3e" } variable "REGISTRY" { diff --git a/env.props b/env.props index 4f62580c9..0a3fbf73c 100644 --- a/env.props +++ b/env.props @@ -1 +1 @@ -REMOTING_VERSION=3192.v713e3b_039fb_e +REMOTING_VERSION=3198.v03a_401881f3e diff --git a/windows/nanoserver/Dockerfile b/windows/nanoserver/Dockerfile index bec3e17c0..69c51cb69 100644 --- a/windows/nanoserver/Dockerfile +++ b/windows/nanoserver/Dockerfile @@ -88,7 +88,7 @@ ARG AGENT_WORKDIR=${AGENT_ROOT}/Work ENV AGENT_WORKDIR=${AGENT_WORKDIR} # Get the Agent from the Jenkins Artifacts Repository -ARG VERSION=3192.v713e3b_039fb_e +ARG VERSION=3198.v03a_401881f3e 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 71623a02e..4935ee340 100644 --- a/windows/windowsservercore/Dockerfile +++ b/windows/windowsservercore/Dockerfile @@ -81,7 +81,7 @@ ARG AGENT_WORKDIR=${AGENT_ROOT}/Work ENV AGENT_WORKDIR=${AGENT_WORKDIR} # Get the Agent from the Jenkins Artifacts Repository -ARG VERSION=3192.v713e3b_039fb_e +ARG VERSION=3198.v03a_401881f3e 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 ; `