jenkinsci / jenkinsci/workflow-api-plugin
[JENKINS-42314] Timing reported for branches is 1ms
- Dominant language
- Java
- Stars
- 31
- Forks
- 80
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 1
Description
Observed in https://ci.jenkins.io/job/Plugins/job/workflow-support-plugin/job/PR-30/5/flowGraphTable/ that of the four branches, the first three are displayed as
Branch: linux-8 - (1 ms in block)
whereas only the last shows a real time:
Branch: windows-8-2.32.2 - (17 min in block)
Unfortunately I do not know what plugin versions are being run here so it is possible this no longer reproduces with current code, but it should be easy enough to check: just run a build with parallel that will sleep for a while in each of several branches.
---
Originally reported by
jglick, imported from: Timing reported for branches is 1ms
Raw content of original issue
Observed in https://ci.jenkins.io/job/Plugins/job/workflow-support-plugin/job/PR-30/5/flowGraphTable/ that of the four branches, the first three are displayed as
Branch: linux-8 - (1 ms in block)
whereas only the last shows a real time:
Branch: windows-8-2.32.2 - (17 min in block)
Unfortunately I do not know what plugin versions are being run here so it is possible this no longer reproduces with current code, but it should be easy enough to check: just run a build with parallel that will sleep for a while in each of several branches.
Contributor guide
Assessment
This issue has not been assessed yet.