|
||||||||
|
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.

May or may not be related (issue with not all results being rolled up has been around for a while, months even, quarters likely)
Noticing this in the jenkins window
SEVERE: Groovy dynamic warnings parser: exception during parsing:
java.lang.NumberFormatException: For input string: ""
at java.lang.NumberFormatException.forInputString(Unknown Source)
at java.lang.Integer.parseInt(Unknown Source)
at java.lang.Integer.parseInt(Unknown Source)
at java_lang_Integer$parseInt$0.call(Unknown Source)
at Script1.run(Script1.groovy:8)
at hudson.plugins.warnings.parser.GroovyExpressionMatcher.run(GroovyExpressionMatcher.java:96)
at hudson.plugins.warnings.parser.GroovyExpressionMatcher.createWarning(GroovyExpressionMatcher.java:68)
at hudson.plugins.warnings.parser.DynamicParser.createWarning(DynamicParser.java:44)
at hudson.plugins.warnings.parser.RegexpParser.findAnnotations(RegexpParser.java:87)
at hudson.plugins.warnings.parser.RegexpLineParser.parse(RegexpLineParser.java:94)
at hudson.plugins.warnings.parser.ParserRegistry.parse(ParserRegistry.java:318)
at hudson.plugins.warnings.parser.ParserRegistry.parse(ParserRegistry.java:297)
at hudson.plugins.warnings.WarningsPublisher.parseConsoleLog(WarningsPublisher.java:400)
at hudson.plugins.warnings.WarningsPublisher.perform(WarningsPublisher.java:322)
at hudson.plugins.analysis.core.HealthAwareRecorder.perform(HealthAwareRecorder.java:333)
at hudson.tasks.BuildStepMonitor$2.perform(BuildStepMonitor.java:32)
at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:804)
at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:776)
at hudson.model.Build$BuildExecution.post2(Build.java:183)
at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:725)
at hudson.model.Run.execute(Run.java:1701)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:231)
It would be so much more helpful if the error said what the script was, and what the input (e.g. so I can paste into sample log message in configure system and see what I did wrong) was that crashed it, if at all possible?