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
The version 587.588.v850a_20a_30162 is shown below version 587.v2872c41fa_e51 even though it is newer and Jenkins internally considered the higher version
Possible solution
The root cause is that Jenkins VersionNumber sorting is quite complex compared to update site here
The text was updated successfully, but these errors were encountered:
the file plugin-versions.json is the base for sorting the releases of a
plugin on the plugins page at https://plugins.jenkins.io
The sorting with string causes wrong ordering in some cases as described
in jenkins-infra/plugin-site#1336
By sorting with the Comparator of VersionNumber we get the same sorting
as in other places.
the file plugin-versions.json is the base for sorting the releases of a
plugin on the plugins page at https://plugins.jenkins.io
The sorting with string causes wrong ordering in some cases as described
in jenkins-infra/plugin-site#1336
By sorting with the Comparator of VersionNumber we get the same sorting
as in other places.
Problem with this page
https://plugins.jenkins.io/role-strategy/releases/
Expected behavior
The versions are reported in the same way as in github and as Jenkins itself does it internally
e.g. here
https://updates.jenkins.io/download/plugins/role-strategy/
and here
https://plugin-site-issues.jenkins.io/api/plugin/role-strategy/releases/
Actual behavior
The version 587.588.v850a_20a_30162 is shown below version 587.v2872c41fa_e51 even though it is newer and Jenkins internally considered the higher version
Possible solution
The root cause is that Jenkins VersionNumber sorting is quite complex compared to update site here
The text was updated successfully, but these errors were encountered: