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

URL's are incorrect for jobs in folder structures

      URL's are incorrect for jobs in folder structures

      Reference similar issue in different component

          [JENKINS-53980] URL's are incorrect for jobs in folder structures

          Bernd Wanko added a comment -

          I have the same problem. I feel like this occurs when having plugin "Folders" (https://plugins.jenkins.io/cloudbees-folder) installed in parallel (but not 100% sure about this).

          I was as free as to rise the priority from "minor" to "major" as I consider this a major drawback.

          Here is an example (private parts of URLs replaced by <xxxxx> placeholders). The wrong URLs result in an ugly "HTTP ERROR 404" page.

          Under "build metrics":

          Under "failed builds":

          Bernd Wanko added a comment - I have the same problem. I feel like this occurs when having plugin "Folders" ( https://plugins.jenkins.io/cloudbees-folder ) installed in parallel (but not 100% sure about this). I was as free as to rise the priority from "minor" to "major" as I consider this a major drawback. Here is an example (private parts of URLs replaced by <xxxxx> placeholders). The wrong URLs result in an ugly "HTTP ERROR 404" page. Under "build metrics": I click on job name <sub_project_name> in the "search results" under "build metrics" -> It tries to take me to the following URL: https://<jenkins_url>/job/<main_project>/Nightly/<sub_project_name>/ But the job is actually located here. https://<jenkins_url>/job/<main_project>/ job /Nightly/ job /<sub_project_name>/ Under "failed builds": I click on build <build#> in column "build #" or "Date" -> It tries to take me to the following URL: https://<jenkins_url>/job/<main_project>/Nightly/<sub_project_name>/4/ But the build is actually located here: https://<jenkins_url>/job/<main_project>/ job /Nightly/ job /<sub_project_name>/4/

          Will anyone ever fix this?

          Thank you!

          Jhonny Oliveira added a comment - Will anyone ever fix this? Thank you!

            ydubreuil Yoann Dubreuil
            drogers Dave Rogers
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: