Skip to content

Commit

Permalink
Workaround plugin installation manager bug
Browse files Browse the repository at this point in the history
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
  • Loading branch information
MarkEWaite committed Feb 16, 2024
1 parent 3843948 commit 8e6133c
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.11 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.11 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 8e6133c

Please sign in to comment.