Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Commit

Permalink
chore(deps): update dependency jenkinsci/swarm-plugin to swarm-plugin…
Browse files Browse the repository at this point in the history
…-3.46
  • Loading branch information
renovate[bot] authored May 23, 2024
1 parent ff54176 commit 6f82f39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion classic-java-11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ RUN set -eux; \
# inspiration: https://github.com/carlossg/jenkins-swarm-slave-docker/blob/master/Dockerfile
# see https://wiki.jenkins-ci.org/display/JENKINS/Swarm+Plugin
# renovate: datasource=github-releases depName=jenkinsci/swarm-plugin versioning=regex:^swarm-plugin-(?<major>\d+)\.(?<minor>\d+)(?:\.(?<patch>\d+))?$
ENV JENKINS_SWARM_TAG_VERSION=swarm-plugin-3.44
ENV JENKINS_SWARM_TAG_VERSION=swarm-plugin-3.46

RUN set -eux; \
JENKINS_SWARM_VERSION=${JENKINS_SWARM_TAG_VERSION##*-}; \
Expand Down
2 changes: 1 addition & 1 deletion modern/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ RUN set -eux; \
# inspiration: https://github.com/carlossg/jenkins-swarm-slave-docker/blob/master/Dockerfile
# see https://wiki.jenkins-ci.org/display/JENKINS/Swarm+Plugin
# renovate: datasource=github-releases depName=jenkinsci/swarm-plugin versioning=regex:^swarm-plugin-(?<major>\d+)\.(?<minor>\d+)(?:\.(?<patch>\d+))?$
ENV JENKINS_SWARM_TAG_VERSION=swarm-plugin-3.44
ENV JENKINS_SWARM_TAG_VERSION=swarm-plugin-3.46

RUN JENKINS_SWARM_VERSION=${JENKINS_SWARM_TAG_VERSION##*-} \
&& addgroup jenkins \
Expand Down

0 comments on commit 6f82f39

Please sign in to comment.