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

Parallel stage tool tip shows 0s for every stage irrespective of the execution time.

    • Blue Ocean - Candidates

      In a pipeline with parallel stages, tool tip of the stage shows "passed in 0s" as tool tip for every stage irrespective of how log each stage took for execution. However, correct message is shown for stages which are not parallel.

      simple pipeline to reproduce the bug

      ================================

      pipeline {
      agent any
      stages {
      stage("first stage") {
      steps {sh "sleep 5"}
      }
      stage('Three parallel stages with different execution time'){
      parallel{
      stage("One"){
      steps {sh "sleep 5"}
      }
      stage("Two"){
      steps {sh "sleep 10"}
      }
      stage("Three"){
      steps {sh "sleep 15"}
      }
      }
      }
      }
      }
      

          [JENKINS-47349] Parallel stage tool tip shows 0s for every stage irrespective of the execution time.

          Ramachandra Kamath Arbettu created issue -
          Ramachandra Kamath Arbettu made changes -
          Epic Link New: JENKINS-43953 [ 181485 ]
          Ramachandra Kamath Arbettu made changes -
          Sprint New: Blue Ocean 1.4 - beta 2 [ 416 ]
          James Dumay made changes -
          Sprint Original: Blue Ocean 1.4 - beta 3 [ 416 ] New: Blue Ocean 1.4 - beta 4 [ 441 ]
          Karl Shultz made changes -
          Labels New: testing-notes-reviewed
          James Nord made changes -
          Link New: This issue is blocked by JENKINS-47813 [ JENKINS-47813 ]
          James Nord made changes -
          Link Original: This issue is blocked by JENKINS-47813 [ JENKINS-47813 ]
          James Nord made changes -
          Link New: This issue is duplicated by JENKINS-47813 [ JENKINS-47813 ]
          Ramachandra Kamath Arbettu made changes -
          Priority Original: Minor [ 4 ] New: Major [ 3 ]
          Vlad Aginsky made changes -
          Priority Original: Major [ 3 ] New: Blocker [ 1 ]
          David Szabo made changes -
          Attachment New: image-2022-10-17-12-53-05-254.png [ 59278 ]

            Unassigned Unassigned
            rkamath3 Ramachandra Kamath Arbettu
            Votes:
            15 Vote for this issue
            Watchers:
            20 Start watching this issue

              Created:
              Updated: