We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
SlowTriggerAdminMonitor uses standard types in https://github.com/jenkinsci/jenkins/blob/8c6327f4c6777d135e374e3d507ba9c20820bfc6/core/src/main/resources/hudson/triggers/SlowTriggerAdminMonitor/message.groovy . It leads to a pretyt bad rendering within the warnings pane
The text was updated successfully, but these errors were encountered:
the table font colour is set by: https://github.com/jenkinsci/jenkins/blob/master/war/src/main/less/modules/panes-and-bigtable.less#L19
we could override that in the alerts with something more specific, probably can just go in core rather than here I think
Sorry, something went wrong.
Fixed most likely by jenkinsci/jenkins@c37613e or jenkinsci/jenkins#9115:
Tested with:
import hudson.triggers.* def am = ExtensionList.lookupSingleton(SlowTriggerAdminMonitor.class) am.report(TimerTrigger.DescriptorImpl.class, "upstream-free", 50000L) am.report(SCMTrigger.DescriptorImpl.class, "upstream-free", 1000000L) println am.errors.size()
No branches or pull requests
SlowTriggerAdminMonitor uses standard types in https://github.com/jenkinsci/jenkins/blob/8c6327f4c6777d135e374e3d507ba9c20820bfc6/core/src/main/resources/hudson/triggers/SlowTriggerAdminMonitor/message.groovy . It leads to a pretyt bad rendering within the warnings pane
The text was updated successfully, but these errors were encountered: