-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
Jenkins v2.303.3 or v2.319.1
warnings-ng plugin v9.9.0, v9.8.0, v9.7.0, v9.6.0 or v9.5.1
When the result page (with issues history graph, generated from the recordIssues step) is displayed, everything seems to be working fine.
But each time this kind of page is displayed, the following exception is systematically raised (4 times) in the logs of the Jenkins server :
WARNING hudson.ExpressionFactory2$JexlExpression evaluate Caught exception evaluating: size(tooltip) > 0 in /job/FOLDER_NAME/job/JOB_NAME/JOB_NUMBER/TOOL_NAME/. Reason: java.lang.Exception: size() : null arg java.lang.Exception: size() : null arg at org.apache.commons.jexl.parser.ASTSizeFunction.value(ASTSizeFunction.java:67) at org.apache.commons.jexl.parser.ASTGTNode.value(ASTGTNode.java:62) at org.apache.commons.jexl.parser.ASTExpression.value(ASTExpression.java:54)
This exception seems to be raised regardless of the tool used.
This exception is always raised with Jenkins v2.303.3 and v2.319.1. I haven't tried the older versions.
I tried to downgrade the warnings-ng plugin: the exception is always raised with versions 9.9.0, 9.8.0, 9.7.0, 9.6.0 and 9.5.1. I haven't tried the older versions.
Would it be possible to fix this exception so as not to overload the Jenkins server logs, please ?
- links to
Can you add the full stack trace please?