-
Bug
-
Resolution: Fixed
-
Major
-
RHEL7 (3.10.0-1160.102.1.el7.x86_64) and RHEL8 (4.18.0-477.27.1.el8_8.x86_64)
Jenkins core version 2.440.
TAP plugin version 2.3.0 and 2.4.0
After upgrade to Jenkins 2.440 (i.e. "LATEST") the Tap Extended Test REsults plugin does not render the results anymore, but produces an error message, see attachment.
Excerpt from the jenkins.log is attached also
- is related to
-
JENKINS-72558 NullPointerException with TAP plugin version 2.4.0
-
- Closed
-
Some additional information: The Jenkins instance where the problem occurs, uses java-11-openjdk-11.0.21.0.9-1.el7_9.x86_64/bin/java as JRE, and runs in RHEL7 3.10.0-1160.102.1.el7.x86_64 while the instance where I do not have the problem uses java-17-openjdk-17.0.9.0.9-2.el8.x86_64 and runs on RHEL8 4.18.0-477.27.1.el8_8.x86_64
Both instances share the same source code and project specifications and produce identical results.
The difference is that one is TEST (the one that works) and one is PROD.
Since RHEL7 officially is no longer supportedby Jenkins, this may not be an issue anymore.