jenkinsci / jenkinsci/git-plugin
[JENKINS-26664] Git Plugin: disabling any and all automatic scheduling of other builds
- Dominant language
- Java
- Stars
- 694
- Forks
- 1.1k
- Avg merge
- 1h 29m
- Merged PRs (30d)
- 3
Description
In my usage of the Git Plugin, I see that the Git Plugin schedules other builds.
```
Seen branch in repository fork/feature/PROJECT-103-feature-c
Seen branch in repository fork/feature/PROJECT-102-feature-b
Seen branch in repository fork/feature/PROJECT-102-feature-a
Seen branch in repository fork/feature/feature-test-1
Seen branch in repository fork/master
Seen branch in repository upstream/master
Seen 6 remote branches
Multiple candidate revisions
Scheduling another build to catch up with project-integration
```
All my builds are fully directed and controlled externally, I do not need the Git Plugin to intervene by scheduling other builds.
I need a way to completely disable the scheduling of other builds by the Git Plugin.
---
Originally reported by
deepchip, imported from: Git Plugin: disabling any and all automatic scheduling of other builds
Raw content of original issue
In my usage of the Git Plugin, I see that the Git Plugin schedules other builds.
Seen branch in repository fork/feature/PROJECT-103-feature-c
Seen branch in repository fork/feature/PROJECT-102-feature-b
Seen branch in repository fork/feature/PROJECT-102-feature-a
Seen branch in repository fork/feature/feature-test-1
Seen branch in repository fork/master
Seen branch in repository upstream/master
Seen 6 remote branches
Multiple candidate revisions
Scheduling another build to catch up with project-integrationAll my builds are fully directed and controlled externally, I do not need the Git Plugin to intervene by scheduling other builds.
I need a way to completely disable the scheduling of other builds by the Git Plugin.
1 attachment
- [jenkins-26664-scm-config.xml](https://raw.githubusercontent.com/jenkinsci/attachments-from-jira-issues-last/refs/heads/main/attachments/28442/jenkins-26664-scm-config.xml)
Contributor guide
Assessment
This issue has not been assessed yet.