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

Impossible to view steps that are outside stages/parallels

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Major Major
    • blueocean-plugin
    • None

      Given the following pipeline

      node {
          //out of the stage
          sh ('sleep 10')
        stage('S1') {  
          // prepare the parallel jobs
          sh ('sleep 20')
          
          // run them
          parallel 'S1.1.1': { sh('sleep 10') }, 'S1.1.2': { sh('sleep 10') }
          
          // another one
          sh ('sleep 10')
        }
      
          // cleanup
          sh ('sleep 10')
      }
      

      All the steps outstage stage // parallels do not show up in blue ocean.

      This very annoying. You sometimes want to do some prep in a stage before running parallels.

          [JENKINS-39848] Impossible to view steps that are outside stages/parallels

          Julien Pivotto created issue -
          Julien Pivotto made changes -
          Attachment New: view-out-of-stage2.png [ 34898 ]
          Michael Neale made changes -
          Link New: This issue is blocked by JENKINS-35836 [ JENKINS-35836 ]
          Julien Pivotto made changes -
          Link New: This issue is duplicated by JENKINS-35836 [ JENKINS-35836 ]
          Julien Pivotto made changes -
          Resolution New: Duplicate [ 3 ]
          Status Original: Open [ 1 ] New: Closed [ 6 ]
          Julien Pivotto made changes -
          Link Original: This issue is blocked by JENKINS-35836 [ JENKINS-35836 ]

            Unassigned Unassigned
            roidelapluie Julien Pivotto
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: