|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Code changed in jenkins
User: Ulli Hafner
Path:
.idea/libraries/Maven__org_jvnet_hudson_plugins_analysis_core_1_67_SNAPSHOT.xml
analysis-core
http://jenkins-ci.org/commit/analysis-suite-plugin/e25173441113ddb27fb04569d5df2a9ddbd6479a
Log:
JENKINS-26235 Enabled customization of tab labels.
The labels of the tabs that visualize the build result are now provided by separate class. This class can be overwritten by plug-ins that want to change these labels. The tasks plug-in already makes use of this new approach.
Moreover, a div with an ID has been added to all tab labels so that the acceptance test can be made more stable.