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

REGRESSION direct link to a queued detail is not working anymore

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Critical Critical
    • blueocean-plugin
    • None
    • pacific, atlantic, 1.0-b05/b-06, indian, arctic, tasman

      if you put executors in 0 so no jobs are running, Then start a freestyle job, go to the activities and click to get to the detail view. Once you are on the detail view hit refresh.

      https://youtu.be/wKctLJoVgQs

          [JENKINS-37843] REGRESSION direct link to a queued detail is not working anymore

          Michael Neale added a comment -

          This is one of the last "extended" ATH tests that need to be resolved, so this is good!

          Michael Neale added a comment - This is one of the last "extended" ATH tests that need to be resolved, so this is good!

          Keith Zantow added a comment -

          michaelneale tscherler this is a valid regression, but not an easy fix, exactly... needs server-side updates to make the list of runs consistent with fetching a run directly... the reason this worked before was all the runs were fetched, which included queued runs. now we have to page them and fetch a run directly instead, but it's not found because the only place the queued items are added are to the list of runs. I say we punt this one for beta.

          Keith Zantow added a comment - michaelneale tscherler this is a valid regression, but not an easy fix, exactly... needs server-side updates to make the list of runs consistent with fetching a run directly... the reason this worked before was all the runs were fetched, which included queued runs. now we have to page them and fetch a run directly instead, but it's not found because the only place the queued items are added are to the list of runs. I say we punt this one for beta.

          Michael Neale added a comment -

          kzantow gotcha - sounds like there is a "good idea" needed to solve this.

          Michael Neale added a comment - kzantow gotcha - sounds like there is a "good idea" needed to solve this.

          Justin Rainwater added a comment - - edited

          I found this issue searching for "direct link". The initial steps sound specific to queued runs although for me it applies to viewing all jobs of any kind. It seems we can't share links directly to a job in progress and we always have to start at the `/blue/pipelines/` level and from there click the pipeline name and the build # to get back to the pretty flowchart view.

          Adding my vote for this issue because I can't imagine my team using this plugin without being able to link directly to a specific build result.

          Justin Rainwater added a comment - - edited I found this issue searching for "direct link". The initial steps sound specific to queued runs although for me it applies to viewing all jobs of any kind. It seems we can't share links directly to a job in progress and we always have to start at the `/blue/pipelines/` level and from there click the pipeline name and the build # to get back to the pretty flowchart view. Adding my vote for this issue because I can't imagine my team using this plugin without being able to link directly to a specific build result.

          Michael Neale added a comment - - edited

          rainwaj I think that would be another (perhaps more serious issue) - would you mind opening a ticket for that with reproduction instructions?

          I was executing a pipeline - and just copied and pasted the link of the running pipeline:

          http://localhost:8080/jenkins/blue/organizations/jenkins/para/detail/para/3/pipeline - and it was able to show up - can you provide more details on what you did?

          Michael Neale added a comment - - edited rainwaj I think that would be another (perhaps more serious issue) - would you mind opening a ticket for that with reproduction instructions? I was executing a pipeline - and just copied and pasted the link of the running pipeline: http://localhost:8080/jenkins/blue/organizations/jenkins/para/detail/para/3/pipeline - and it was able to show up - can you provide more details on what you did?

          Thanks for the reply. I did a bit more digging and it seems to only apply to jobs created inside of folders. I've created this issue here: https://issues.jenkins-ci.org/browse/JENKINS-38210

          Since all of our existing jobs are inside a folder this is quite the blocker for us. Thanks

          Justin Rainwater added a comment - Thanks for the reply. I did a bit more digging and it seems to only apply to jobs created inside of folders. I've created this issue here: https://issues.jenkins-ci.org/browse/JENKINS-38210 Since all of our existing jobs are inside a folder this is quite the blocker for us. Thanks

          Michael Neale added a comment -

          rainwaj thanks lets track it there.

          Michael Neale added a comment - rainwaj thanks lets track it there.

            kzantow Keith Zantow
            tscherler Thorsten Scherler
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: