jenkinsci / jenkinsci/git-plugin
[JENKINS-30016] Git Duplicate build for every workspace
- Dominant language
- Java
- Stars
- 694
- Forks
- 1.1k
- Avg merge
- 1h 29m
- Merged PRs (30d)
- 3
Description
Enable: Execute concurrent builds if necessary
Branch specifier *
Enable: Build when a change is pushed to GitHub
Enable: Prune stale remote-tracking branches
I have 6 executors.
Every branch will then be built one times on each workspace. That is 6 times in total for every commit ![]()
Duplicate builds say:
"""
No changes.
Started by an SCM change (or Started by Github push by someone)
"""
---
Originally reported by cxmcc, imported from: Git Duplicate build for every workspace
Raw content of original issue
Enable: Execute concurrent builds if necessary
Branch specifier *
Enable: Build when a change is pushed to GitHub
Enable: Prune stale remote-tracking branchesI have 6 executors.
Every branch will then be built one times on each workspace. That is 6 times in total for every commitDuplicate builds say:
"""
No changes.
Started by an SCM change (or Started by Github push by someone)
"""
environment
```
ubuntu
Jenkins 1.619
Git Plugin 2.4.0
Git-client plugin 1.18.0
Github plugin 1.21.1
```
Contributor guide
Assessment
This issue has not been assessed yet.