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

Custom ID cause broken link in job view

XMLWordPrintable

      If recordIssues is called with a custom id, e.g

      recordIssues aggregatingResults: true, tools: [clangTidy(id:
      '1000', name: 'Clang-Tidy: Aggregated Results', pattern:
      'build/**/clang-tidy.txt')]

      the job view link is broken and leads to HTTP ERROR 404.

      For example:

      The URL behind the Link is generated like:

      https://Jenkins/job/BBB/job/test/job/master/1000

      The link should be automatically mapped to the latest results, e.g. to

      https://Jenkins/job/BBB/job/test/job/master/45/1000

      where 45 is in my example HEAD of the job list.

            drulli Ulli Hafner
            jsteinmann Jochen Steinmann
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: