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

Use the ID parameter in recordIssues even when using a single tool

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Unresolved
    • Icon: Minor Minor
    • warnings-ng-plugin
    • None

      The intuitive way for me would be to use the ID as following:

      recordIssues enabledForFailure: true, aggregatingResults: true, id: "clang.release", tools: [clang()]

      However it should be used as follow as I am using only 1 tool:

      recordIssues enabledForFailure: true, tool: clang(id="clang.release")

       

      This is just a minor enhancement request to harmonize the syntax. Thanks in advance!

            drulli Ulli Hafner
            blaizard Blaise Ard
            Votes:
            2 Vote for this issue
            Watchers:
            8 Start watching this issue

              Created:
              Updated: