Skip to content

Commit

Permalink
[FIXED JENKINS-40666] - Correctly state that Jenkins will refuse to l…
Browse files Browse the repository at this point in the history
…oad plugins. (#2677)

[JENKINS-40666] - Correctly state that Jenkins will refuse to load plugins.
  • Loading branch information
daniel-beck authored and oleg-nenashev committed Dec 25, 2016
1 parent 2612298 commit d05752a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions core/src/main/resources/hudson/PluginManager/table.properties
Expand Up @@ -25,13 +25,12 @@ compatWarning=\
Consult the plugin release notes for details.
coreWarning=\
Warning: This plugin is built for Jenkins {0} or newer. \
It may or may not work in your Jenkins.
Jenkins will refuse to load this plugin if installed.
depCompatWarning=\
Warning: This plugin requires dependent plugins be upgraded and at least one of these dependent plugins claims to use a different settings format than the installed version. \
Jobs using that plugin may need to be reconfigured, and/or you may not be able to cleanly revert to the prior version without manually restoring old settings. \
Consult the plugin release notes for details.
depCoreWarning=\
Warning: This plugin requires dependent plugins that are \
built for Jenkins {0} or newer. The dependent plugins may \
or may not work in your Jenkins and consequently this \
plugin may or may not work in your Jenkins.
Warning: This plugin requires dependent plugins that require Jenkins {0} or newer. \
Jenkins will refuse to load the dependent plugins requiring a newer version of Jenkins, \
and in turn loading this plugin will fail.

0 comments on commit d05752a

Please sign in to comment.