-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Minor
-
Component/s: pipeline-stage-view-plugin
-
None
-
Environment:Jenkins Version: 2.32
PIpeline plugins:
pipeline-build-step:2.4:not-pinned
pipeline-github-lib:1.0:not-pinned
pipeline-graph-analysis:1.3:not-pinned
pipeline-input-step:2.5:not-pinned
pipeline-milestone-step:1.3:not-pinned
pipeline-model-api:1.0:not-pinned
pipeline-model-declarative-agent:1.0:not-pinned
pipeline-model-definition:1.0:not-pinned
pipeline-rest-api:2.4:not-pinned
pipeline-stage-step:2.2:not-pinned
pipeline-stage-tags-metadata:1.0:not-pinned
pipeline-stage-view:2.4:not-pinnedJenkins Version: 2.32 PIpeline plugins: pipeline-build-step:2.4:not-pinned pipeline-github-lib:1.0:not-pinned pipeline-graph-analysis:1.3:not-pinned pipeline-input-step:2.5:not-pinned pipeline-milestone-step:1.3:not-pinned pipeline-model-api:1.0:not-pinned pipeline-model-declarative-agent:1.0:not-pinned pipeline-model-definition:1.0:not-pinned pipeline-rest-api:2.4:not-pinned pipeline-stage-step:2.2:not-pinned pipeline-stage-tags-metadata:1.0:not-pinned pipeline-stage-view:2.4:not-pinned
Using the following Pipeline to reproduce:
Â
node {
stage concurrency: 1, name: "mult plat copy"
sh "echo abc"
stage concurrency: 1, name: "big data entry"
sh "echo "
stage concurrency: 1, name: "big data 1 entry"
sh "echo"
stage concurrency: 1, name: "big data entry2"
sh "echo 123"
stage concurrency: 1, name: "big data entry3"
sh "echo"
stage concurrency: 1, name: "big data entry4"
sh "echo"
stage concurrency: 1, name: "big data entry5"
sh "echo"
stage concurrency: 1, name: "big data entry6"
sh "echo"
stage concurrency: 1, name: "big data entry7"
sh "echo"
stage concurrency: 1, name: "big data entry8"
sh "echo"
stage concurrency: 1, name: "big data entry9"
sh "echo; sleep 60"
stage concurrency: 1, name: "check big data"
sh "echo; sleep 70"
stage concurrency: 1, name: "check big data2"
sh "echo; sleep 80"
stage concurrency: 1, name: "check big data3"
sh "echo"
}
Â
Note the overlapping duration in the screenshot attached (image-2017-03-07-10-52-30-498.png)
- links to