Details
-
Bug
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
RHEL 6
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.
Attachments
Issue Links
- relates to
-
JENKINS-19022 GIT Plugin (any version) heavily bloats memory use and size of build.xml with "BuildData" fields
-
- Open
-
Hi there. I use git-plugin 2.3.5 and this issue exists.
Job starts a few times.
I fetch changes from repo from branch with slashes(feature/test). And after this job execution job starts few times and doesn't find any changes.
I know that branches with slashes it is another Jenkins issue but job starts a few times anyway.