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

Downstream/Upstream jobs has wrong URL when the job is inside a view inside a folder

      The steps to reproduce the issue are:

      Create a folder called Orange at root level
      Create a folder called Lemon at root level
      Create a freestyle job inside Lemon called free-cms
      Create a List View inside Orange called ListView
      Create a freestyle job inside Orange called free-one
      Add the free-one to the ListView
      Modify the free-one, adding at Build Triggers -> Build after other projects are build -> Projects to watch: ../Lemon/free-cms
      Build free-one
      Go to http(s)://JENKINS_URL/job/Orange/view/ListView/job/free-one and click on Upstream Projects Dexler >> free-cms

      The url is wrong http(s)://JENKINS_URL/job/Orange/view/ListView/job/Lemon/job/free-cms instead of http(s)://JENKINS_URL/job/Lemon/job/free-cms

          [JENKINS-36312] Downstream/Upstream jobs has wrong URL when the job is inside a view inside a folder

          There are no comments yet on this issue.

            jglick Jesse Glick
            escoem Emilio Escobar
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: