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

Jenkins Blue Ocean UI Fails to Display Specific Stages

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • blueocean-plugin
    • None
    • Jenkins Version: 2.426.2
      Blue Ocean Plugin Version:1.27.9

      Issue Description:

      When using a Jenkins Declarative Pipeline with parallel stages, I have encountered an issue where the Blue Ocean UI does not display all the defined stages. Specifically, when the pull_dp_code stage is included within the parallel construct, the subsequent post_parallel stage does not appear in the Blue Ocean UI. However, if I remove the pull_dp_code stage from the parallel structure, the post_parallel stage becomes visible.

       

      Steps to Reproduce:

      1. Create a Jenkins Declarative Pipeline that includes parallel stages.
      2. Include multiple stages within the parallel construct.
      3. Run the pipeline in Blue Ocean UI.
      4. Observe if certain stages do not appear in the UI.

       

      Expected Behavior: All defined stages, whether standalone or within a parallel construct, should be correctly displayed in the Blue Ocean UI.

      Actual Behavior: When the parallel construct includes certain stages (e.g., pull_dp_code), subsequent stages (e.g., post_parallel) are not displayed in the Blue Ocean UI.

       

       

        1. 20240124104114.png
          20240124104114.png
          14 kB
        2. 20240124104120.png
          20240124104120.png
          20 kB
        3. BUILD_DICT.txt
          1 kB
        4. JenkinsFile.txt
          2 kB

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

              Created:
              Updated: