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

The "system configuration" link is broken when working with views

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • warnings-plugin
    • None

      When you configure a Job, in the Post-build Actions Step “Scan for compiler warnings” you have this information text:

      If none of the parsers fits your project then you can create your own parser in the system configuration section.

      The link <a href="../../configure">system configuration</a> is wrong, because it only works if you are configuring your job from an URL like this:

      <Jenkins URL>/job/<Job Name>/configure
      

      If you are at this location to configure your job (which is also perfectly valid):

      <Jenkins URL>/view/<A View>/job/<Job Name>/configure
      

      the link is broken.

      is should be

      <a href="[jenkins-external-url]/configure">system configuration</a>
      

      I am sure the value corresponding to [jenkins-external-url] in my example exists somewhere.

            drulli Ulli Hafner
            jmini Jeremie Bresson
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: