jenkinsci / jenkinsci/git-plugin
[JENKINS-39749] Parallel SCM fetches are shown in random order in builds menu
- Dominant language
- Java
- Stars
- 694
- Forks
- 1.1k
- Avg merge
- 1h 29m
- Merged PRs (30d)
- 3
Description
When fetching SCM in parallel, the "Git build data" and "No tags" links are not together (in a build view).
Expected:
Git build data:repo1
No tags
Git build data:repo2
No tags
Git build data:repo3
No tags
Git build data:repo4
No tags
Result:
Git build data:repo1
Git build data:repo3
Git build data:repo2
No tags
No tags
No tags
Git build data:repo4
No tags
---
Originally reported by
roidelapluie, imported from: Parallel SCM fetches are shown in random order in builds menu
Raw content of original issue
When fetching SCM in parallel, the "Git build data" and "No tags" links are not together (in a build view).
Expected:
Git build data:repo1
No tags
Git build data:repo2
No tags
Git build data:repo3
No tags
Git build data:repo4
No tagsResult:
Git build data:repo1
Git build data:repo3
Git build data:repo2
No tags
No tags
No tags
Git build data:repo4
No tags
1 attachment
- [multiscm.png](https://issues.jenkins.io/secure/attachment/34851/multiscm.png)
> 
Contributor guide
Assessment
This issue has not been assessed yet.