• Icon: Improvement Improvement
    • Resolution: Duplicate
    • Icon: Minor Minor
    • junit-plugin
    • None

      When you have multiple test runs using pipelines, it would be super awesome to be able to annotate the different test runs with a name to allow differentiation, e.g.

      node('windows') {
        ...
        junit testResults:'target/tests.xml' testRunName: 'windows'
      }
      node('linux') {
        ...
        junit testResults:'target/tests.xml' testRunName: 'linux'
      }
      

      This way you can tell which test run the tests came from.

      The following screenshot illustrates how this would apply (by basically appending the test run name to each case)

          [JENKINS-41710] Annotate test results with a test run name

          Stephen Connolly created issue -
          Jesse Glick made changes -
          Link New: This issue duplicates JENKINS-27395 [ JENKINS-27395 ]
          Jesse Glick made changes -
          Resolution New: Duplicate [ 3 ]
          Status Original: Open [ 1 ] New: Resolved [ 5 ]
          Stephen Connolly made changes -
          Status Original: Resolved [ 5 ] New: Closed [ 6 ]

            stephenconnolly Stephen Connolly
            stephenconnolly Stephen Connolly
            Votes:
            2 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved: