Skip to content

Commit

Permalink
[Docker Tutorial] Bump BlueOcean Plugin Version to 1.27.11 (#7084)
Browse files Browse the repository at this point in the history
* chore: Update the value of the BlueOcean plugin in the Docker tutorial

Made with ❤️️ by updatecli

* Workaround plugin installation manager bug

The plugin installation manager tool does not resolve the dependency
that token macro plugin has on the json-path-api plugin.

Reported to plugin installation manager tool as:

* jenkinsci/plugin-installation-manager-tool#628

Also reported in other locations

---------

Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Mark Waite <mark.earl.waite@gmail.com>
  • Loading branch information
github-actions[bot] and MarkEWaite committed Feb 16, 2024
1 parent 4e12be4 commit 92b66a2
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.10 docker-workflow:572.v950f58993843"
RUN jenkins-plugin-cli --plugins "blueocean:1.27.11 docker-workflow:572.v950f58993843 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.10 docker-workflow:572.v950f58993843"
RUN jenkins-plugin-cli --plugins "blueocean:1.27.11 docker-workflow:572.v950f58993843 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 92b66a2

Please sign in to comment.