|
||||||||
|
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 |
||||||||
- [JIRA] (JENKINS-15324) email-ext static-an... [email protected] (JIRA)
- [JIRA] (JENKINS-15324) email-ext static-an... [email protected] (JIRA)
- [JIRA] (JENKINS-15324) email-ext static-an... [email protected] (JIRA)
- [JIRA] (JENKINS-15324) email-ext static-an... [email protected] (JIRA)
- [JIRA] (JENKINS-15324) email-ext static-an... [email protected] (JIRA)
- [JIRA] (JENKINS-15324) email-ext static-an... [email protected] (JIRA)
- [JIRA] (JENKINS-15324) email-ext static-an... [email protected] (JIRA)
- [JIRA] (JENKINS-15324) email-ext static-an... [email protected] (JIRA)
- [JIRA] (JENKINS-15324) email-ext static-an... [email protected] (JIRA)
- [JIRA] (JENKINS-15324) Aggregated maven re... [email protected] (JIRA)
- [JIRA] (JENKINS-15324) Aggregated maven re... [email protected] (JIRA)

Thank you. I'm glad we got some root cause of it. I've tried unstable thresholds and it's not quite working right either. HIGH, NORMAL and LOW counts are there but not the NEW or FIXED counts (still 0).
I've used these calls:
${action.result.getNumberOfFixedWarnings()}
${action.result.getNumberOfNewWarnings()}
which are available in class hudson.plugins.findbugs.FindBugsReporterResult (which is ${action.result.getClass()})
I can't use freestyle jobs unfortunately because we're relying on Maven dependencies fingerprints for our upstream/downstream relationships (we have a lot of projects)