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

Pipeline job shows several identical link to workspace

    • Icon: Improvement Improvement
    • Resolution: Unresolved
    • Icon: Trivial Trivial
    • workflow-job-plugin
    • None

      The workspace link of a pipeline job has a link to the workspaces used in the last build. Great !
      But, in a job, I can see 3 lines with a link to the same place, but with 3 different link like :
      ${BUILD_URL}/execution/node/number ???>/ws/
      I did not know what is this number ????. But i nspecting the build directory, it seems that thesolution i sin the flowNodeStore.xml file.
      Each number on a link is related to a <String><number>.</String> followed by a label directive. E.g.
      <string>73</string>
      <string>72</string>
      <string>label</string>
      <string>RaspPi</string>

      And for the corresponding build, I have a workspace link node/73/ws/
      The same pattern applies for the two others.

      It would be clearer and less user disturbing to have only one link.

          [JENKINS-55506] Pipeline job shows several identical link to workspace

          jlpinardon created issue -
          Andrew Bayer made changes -
          Component/s New: workflow-job-plugin [ 21716 ]
          Component/s Original: pipeline [ 21692 ]
          Andrew Bayer made changes -
          Environment Original: The workspace link of a pipeline job has a link to the workspaces used in the last build. Great !
          But, in a job, I can see 3 lines with a link to the same place, but with 3 different link like :
          ${BUILD_URL}/execution/node/number ???>/ws/
          I did not know what is this number ????. But i nspecting the build directory, it seems that thesolution i sin the flowNodeStore.xml file.
          Each number on a link is related to a <String><number>.</String> followed by a label directive. E.g.
              <string>73</string>
                    <string>72</string>
                        <string>label</string>
                        <string>RaspPi</string>

          And for the corresponding build, I have a workspace link node/73/ws/
          The same pattern applies for the two others.

          It would be clearer and less user disturbing to have only one link.
          Andrew Bayer made changes -
          Description New: The workspace link of a pipeline job has a link to the workspaces used in the last build. Great !
          But, in a job, I can see 3 lines with a link to the same place, but with 3 different link like :
          ${BUILD_URL}/execution/node/number ???>/ws/
          I did not know what is this number ????. But i nspecting the build directory, it seems that thesolution i sin the flowNodeStore.xml file.
          Each number on a link is related to a <String><number>.</String> followed by a label directive. E.g.
              <string>73</string>
                    <string>72</string>
                        <string>label</string>
                        <string>RaspPi</string>

          And for the corresponding build, I have a workspace link node/73/ws/
          The same pattern applies for the two others.

          It would be clearer and less user disturbing to have only one link.

            Unassigned Unassigned
            jlpinardon jlpinardon
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: