-
-
Notifications
You must be signed in to change notification settings - Fork 279
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add default settings to Build Monitor Views #425
Conversation
- Added settings items to config so default settings can be tracked in the plugin, not just the cookie. - Updated configure-entries.jelly to allow setting of the settings. - Updated main.settings.jelly to pass default settings from plugin to settings.js. Also added a new button to reset settings in cookie to default. - Updated settings.js to use the default settings provided by main.settings.jelly. Also added a function to reset settings cookie to the default value.
build-monitor-plugin/src/main/java/com/smartcodeltd/jenkinsci/plugins/buildmonitor/Config.java
Outdated
Show resolved
Hide resolved
Tests are failing, possibly legitimate failures? |
Yes, looks like when a new Build Monitor is created the default settings used are not the ones defined in |
Looks like the job passed but 4 tests failed to find objects using xpath. |
Looks like there are similar failures in Is it that there are some flakey tests which get rerun? |
@timja Thanks for the help. |
Is there any progress with this? This is a feature I'm looking forward to |
Any update on when this might be merged? |
@jan-molak Do you know when this might get merged? |
Any update of when this will get merged? |
in the plugin, not just the cookie.
settings.js. Also added a new button to reset settings in cookie to
default.
main.settings.jelly. Also added a function to reset settings cookie
to the default value.
I opened a new pull request as #419 was closed when I deleted the remote branch.