Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-57638

Custom ids/names not shown in origin when aggregating the report

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • warnings-ng-plugin
    • None
    • 8.0.0

      Using custom named tools is not rendering properly in results page:

      pipeline {
          agent any
          stages {
              stage ('recordIssues') {
                  steps {
                      recordIssues(
                          aggregatingResults: true, 
                          tools: [
                              intel(pattern: "logs\\**\\*.*"), 
                              msBuild(id: 'A', name: 'A', pattern: 'logs\\A\\**\\*.*'),
                              msBuild(id: 'B', name: 'B', pattern: 'logs\\B\\**\\*.*')
                          ]
                      )
                  }
              }
          }    
      }
      

      renders like below (can't tell which is A and which is B):

            drulli Ulli Hafner
            quas Jakub Pawlinski
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: