-
Bug
-
Resolution: Not A Defect
-
Major
-
None
Hi,
I was trying to enable test result for builds, I have enabled in edit view but couldnt get the same in jenkins builds.
I could see in our old jenkins version 1.509, its there on the left test-result when i select the build. screen shot attached.
But in new jenkins its empty , screen shot attached. But in column view, test result shows up as NA. But when i select individual build its not showing up at the left. Can you please help me out on priority as this is blocking our jenkins upgrade migration.
Thanks,
Ashlin
[JENKINS-43928] Test Result Doesn't show up
Priority | Original: Blocker [ 1 ] | New: Major [ 3 ] |
Assignee | Original: Fred G [ fredg ] | New: Ashlin Nisho [ ashlinnisho ] |
Resolution | New: Not A Defect [ 7 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
There seems to be no problem with the test result column of the extra-columns plugin. If a build does not have test results, the column should show "N/A".
You need to make sure that you enable the post-build action "Publish JUnit Test result report" in your job configuration.
Also, if your build fails, it might not run any tests (check for a message like
in your console log). In this case, fix your build and test results will show up, both on the build page and in the test result column.