Skip to content

Commit

Permalink
[Docker Tutorial] Bump Docker Workflow Plugin to 592.v1001d948426c (j…
Browse files Browse the repository at this point in the history
…enkins-infra#7827)

chore: Update the value of the docker-workflow plugin in the Docker t...

... utorial

Made with ❤️️ by updatecli

Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jan 21, 2025
1 parent 221a92a commit bd255cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/doc/book/installing/_docker-for-tutorials.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ RUN echo "deb [arch=$(dpkg --print-architecture) \
$(lsb_release -cs) stable" > /etc/apt/sources.list.d/docker.list
RUN apt-get update && apt-get install -y docker-ce-cli
USER jenkins
RUN jenkins-plugin-cli --plugins "blueocean:1.27.16 docker-workflow:580.vc0c340686b_54 json-path-api"
RUN jenkins-plugin-cli --plugins "blueocean:1.27.16 docker-workflow:592.v1001d948426c json-path-api"
----
.. Build a new docker image from this Dockerfile and assign the image a meaningful name, e.g. "myjenkins-blueocean:{jenkins-stable}-1":
+
Expand Down Expand Up @@ -252,7 +252,7 @@ RUN echo "deb [arch=$(dpkg --print-architecture) \
$(lsb_release -cs) stable" > /etc/apt/sources.list.d/docker.list
RUN apt-get update && apt-get install -y docker-ce-cli
USER jenkins
RUN jenkins-plugin-cli --plugins "blueocean:1.27.16 docker-workflow:580.vc0c340686b_54 json-path-api"
RUN jenkins-plugin-cli --plugins "blueocean:1.27.16 docker-workflow:592.v1001d948426c json-path-api"
----
.. Build a new docker image from this Dockerfile and assign the image a meaningful name, e.g. "myjenkins-blueocean:{jenkins-stable}-1":
+
Expand Down

0 comments on commit bd255cd

Please sign in to comment.