-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
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
I do agree with this bug. The duration currently displayed on tasks is too long/verbose. I would prefer do display duration only in minutes and seconds, and never in both.
Here is an example:
We don't need noise when reading durations. If a task takes 90 minutes, I don't really care if how many seconds it takes.