You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We follow the lst version of jenkins and in a last update it updated plugins that have the followingw arning in the gui.
Warning: The new version of this plugin is marked as incompatible with the installed version. This is usually the case because its behavior changed, or because it uses a different settings format than the installed version. Jobs using this 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.
Unfortunately the plugins got updated ad we got issues. It would be nice if the facts module would have a "compatible" field that prevents these kind of errors.
The text was updated successfully, but these errors were encountered:
but it seems the isCompatible is restricted for now ;(
isCompatible @Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) @Exported public boolean isCompatible() Returns true if the plugin and its dependencies are fully compatible with the current installation This is set to restricted for now, since it is only being used by Jenkins UI or Restful API at the moment. Since: 2.175
Hmm, It seem I have solved a different problem than expected. Now plugins do not update when isCompatibleWithInstalledVersion is false but this is between plugin versions and not the jenkins version and plugin version.
Hi,
We follow the lst version of jenkins and in a last update it updated plugins that have the followingw arning in the gui.
Warning: The new version of this plugin is marked as incompatible with the installed version. This is usually the case because its behavior changed, or because it uses a different settings format than the installed version. Jobs using this 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.
Unfortunately the plugins got updated ad we got issues. It would be nice if the facts module would have a "compatible" field that prevents these kind of errors.
The text was updated successfully, but these errors were encountered: