Skip to content

Commit

Permalink
Bump Jenkins Inbound Agent Version to 3206.vb_15dcf73f6a_9-4 (#197)
Browse files Browse the repository at this point in the history
* chore: Update the test harness

Made with ❤️️ by updatecli

* chore: Update the value of ARG JENKINS_INBOUND_AGENT_VERSION in the D...

... ockerfile

Made with ❤️️ by updatecli

---------

Co-authored-by: Jenkins Infra Bot (updatecli) <60776566+jenkins-infra-bot@users.noreply.github.com>
  • Loading branch information
1 parent e15080c commit b48223d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
ARG JENKINS_INBOUND_AGENT_VERSION=3206.vb_15dcf73f6a_9-3
ARG JENKINS_INBOUND_AGENT_VERSION=3206.vb_15dcf73f6a_9-4

FROM jenkins/inbound-agent:${JENKINS_INBOUND_AGENT_VERSION}-jdk17
USER root
SHELL ["/bin/bash", "-eo", "pipefail", "-c"]

## Repeating the ARG from top level to allow them on this scope
# Ref - https://docs.docker.com/engine/reference/builder/#scope
ARG JENKINS_INBOUND_AGENT_VERSION=3206.vb_15dcf73f6a_9-3
ARG JENKINS_INBOUND_AGENT_VERSION=3206.vb_15dcf73f6a_9-4

## The packages installed below should always be in their "latest" available version (otherwise needs a separated block), hence disabling the lint rule DL3008
# hadolint ignore=DL3008
Expand Down
2 changes: 1 addition & 1 deletion cst.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ metadataTest:
- key: io.jenkins-infra.tools.blobxfer.version
value: 1.11.0
- key: io.jenkins-infra.tools.jenkins-inbound-agent.version
value: 3206.vb_15dcf73f6a_9-3
value: 3206.vb_15dcf73f6a_9-4
- key: io.jenkins-infra.tools.netlify-deploy.version
value: 0.1.8
- key: io.jenkins-infra.tools.asdf.version
Expand Down

0 comments on commit b48223d

Please sign in to comment.