jenkinsci / jenkinsci/git-plugin
[JENKINS-18588] Git polling builds same branch multiple times when 'Execute concurrent builds if necessary' turned on
- Dominant language
- Java
- Stars
- 694
- Forks
- 1.1k
- Avg merge
- 1h 29m
- Merged PRs (30d)
- 3
Description
We have a job setup to build pull request branches based on a naming convention on the branches. The branch specifier is /pr/. We have 'Execute concurrent builds if necessary' turned on for this job and sometimes Jenkins will kick off 4-5 builds for the same branch at the same time and fill up the executors. I've tried adding a quiet period but that didn't seem to help.
---
Originally reported by jskjons, imported from: Git polling builds same branch multiple times when 'Execute concurrent builds if necessary' turned on
Raw content of original issue
We have a job setup to build pull request branches based on a naming convention on the branches. The branch specifier is /pr/. We have 'Execute concurrent builds if necessary' turned on for this job and sometimes Jenkins will kick off 4-5 builds for the same branch at the same time and fill up the executors. I've tried adding a quiet period but that didn't seem to help.
- environment:
RHEL 6
Contributor guide
Assessment
This issue has not been assessed yet.