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
Found an issue (reproducible) with "Build status" and the Dashboard.
In the post-build actions ... I issue build.setResult(Result.UNSTABLE);
The console (job) log shows the build as Finished: UNSTABLE (as expected)
When I go to the Dashboard, everything looks fine (all blue). (no problems).
Browser refresh does not change the status
Waiting a few minutes and refreshing does not change the status.
This is where it gets strange...
If I restart Jenkins by either rebooting during a new plugin upload OR a jenkins restart using /etc/init.d/jenkins restart, when the server comes back the status as UNSTABLE as expected.
Please feel free to reclassify or cancel if this was reproduced as a defect in error.
Found an issue (reproducible) with "Build status" and the Dashboard.
In the post-build actions ... I issue build.setResult(Result.UNSTABLE);
This is where it gets strange...
If I restart Jenkins by either rebooting during a new plugin upload OR a jenkins restart using /etc/init.d/jenkins restart, when the server comes back the status as UNSTABLE as expected.
Please feel free to reclassify or cancel if this was reproduced as a defect in error.
Originally reported by mikecaspar, imported from: setting build.UNSTABLE only shows in Dashboard after restart of Jenkins in some cases
The text was updated successfully, but these errors were encountered: