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

          Fred G added a comment -

          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

          No test report files were found. Configuration error?
          

           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.

          Fred G added a comment - 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 No test report files were found. Configuration error?  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.

            ashlinnisho Ashlin Nisho
            ashlinnisho Ashlin Nisho
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: