Branch: refs/heads/master
Home: https://github.com/jenkins-infra/jenkins.io
Commit: a6bd605591503c818f1a259b117696bab9bcba94
https://github.com/jenkins-infra/jenkins.io/commit/a6bd605591503c818f1a259b117696bab9bcba94
Author: Mark Waite <[email protected]>
Date: 2023-01-04 (Wed, 04 Jan 2023)
Changed paths:
M content/doc/book/installing/_docker-for-tutorials.adoc
M content/doc/book/installing/_docker.adoc
Log Message:
-----------
Remove version specifier from demo plugin installs (#5865)
The version specifiers like `blueocean:1.26.0` were originally added
because it is a strongly preferred practice to precisely define the
versions of plugins that are being installed. However, the default
behavior of the plugin installation manager is to install the most
recent release of the plugin, even if a plugin version is specified.
If a user wants to install an older version, the `--latest false`
argument is used. However, that installs outdated versions of many
plugins when the plugins and their versions are not fully specified.
Using `blueocean` is better than `blueocean:1.26.0` in this case because
it avoid a precise version specification that is then ignored by the
plugin installation manager and instead relies on the plugin
installation manager to choose the most recent release that is supported
on this Jenkins version.
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkins-infra/jenkins.io/push/refs/heads/master/1dc0ac-a6bd60%40github.com.