[JIRA] (JENKINS-57638) Custom named tools are not presenting with custom names/ids in report

5 views
Skip to first unread message

jakub@pawlinski.pl (JIRA)

unread,
May 23, 2019, 6:19:02 AM5/23/19
to jenkinsc...@googlegroups.com
Jakub Pawlinski created an issue
 
Jenkins / Bug JENKINS-57638
Custom named tools are not presenting with custom names/ids in report
Issue Type: Bug Bug
Assignee: Ulli Hafner
Attachments: image-2019-05-23-11-18-01-535.png
Components: warnings-ng-plugin
Created: 2019-05-23 10:18
Priority: Minor Minor
Reporter: Jakub Pawlinski

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):

Add Comment Add Comment
 
This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)

ullrich.hafner@gmail.com (JIRA)

unread,
Sep 9, 2019, 6:11:01 PM9/9/19
to jenkinsc...@googlegroups.com
Ulli Hafner started work on Bug JENKINS-57638
 
Change By: Ulli Hafner
Status: Open In Progress
This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)
Atlassian logo

ullrich.hafner@gmail.com (JIRA)

unread,
Sep 9, 2019, 6:12:01 PM9/9/19
to jenkinsc...@googlegroups.com
Reply all
Reply to author
Forward
0 new messages