• Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • core
    • None
    • Platform: All, OS: All

      On the scmPollLog page (e.g., http://xxx:8080/hudson/job/yyy/scmPollLog/), there
      are links in the "Build history" box for "for all" and "for failures", which
      have URLs:

      http://xxx:8080/hudson/job/yyy/scmPollLog/rssAll
      http://xxx:8080/hudson/job/yyy/scmPollLog/rssFailed

      Both of these links are 404s. The URLs should look like this:

      http://xxx:8080/hudson/job/yyy/rssAll
      http://xxx:8080/hudson/job/yyy/rssFailed

      I've made a simple patch which fixes this. I'll attach it, if this issue tracker
      allows it, otherwise I'll describe it in a follow-up.

          [JENKINS-122] SCM Poll Log view has '404' links

          ericcrampton added a comment -

          Created an attachment (id=18)
          Fixes RSS links in Build History

          ericcrampton added a comment - Created an attachment (id=18) Fixes RSS links in Build History

          Thanks for the bug report, and big thank you for the patch!

          (If you feel like hacking Hudson more seriously, definitely let me know — I'm
          looking for more committers!)

          ${it.url} is better in this case, so I made a fix slightly differently, but it's
          fixed now.

          Kohsuke Kawaguchi added a comment - Thanks for the bug report, and big thank you for the patch! (If you feel like hacking Hudson more seriously, definitely let me know — I'm looking for more committers!) ${it.url} is better in this case, so I made a fix slightly differently, but it's fixed now.

            Unassigned Unassigned
            ericcrampton ericcrampton
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: