• Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • maven-plugin
    • None

      The SurefireAggregatedReport Action does not override 'getUrlName()', which causes the URL to remain '/jobnr/testResults'.

      When there's also another instance of AbstractTestResultAction (i.e. a TestResultAction from e.g. the xUnit plugin), those URL's overlap, so one gets shadowed over the other.

      As far as I can see, any subclass of AbstractTestResultAction should override getUrlName() to prevent this issue - but in reality I see none of its subclasses do this.

      Can anybody clarify how this is supposed to work?

          [JENKINS-22484] Clashing URL for test results

          raboof added a comment - - edited

          raboof added a comment - - edited Currently using the workaround at https://github.com/raboof/maven-plugin/commit/c8894e8fd7ab4beb3e39b9217dea6fb7f0f9ac35 combined with https://github.com/raboof/xunit-plugin/commit/5eab9cc115b320a2e830b9707b1be7ea6adcc543 but that can't be the solution...

            Unassigned Unassigned
            raboof raboof
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: