jenkinsci / jenkinsci/git-plugin

[JENKINS-56104] Jenkins Github SCM building wrong branches

Open
#3,397 3 comments 0 reactions 0 assignees View on GitHub
component:git-plugin component:github-plugin imported-jira-issue priority:minor resolution:unresolved
Dominant language
Java
Stars
694
Forks
1.1k
Avg merge
1h 29m
Merged PRs (30d)
3

Description

Jenkins version: 2.163

Github plugin version: 1.29.3

Git plugin version: 3.9.3

Git client plugin version: 2.7.6

Job Type: Multibranch Job

We're currently using the Github plugin so that commits to our repo trigger Github webhooks to our Jenkins server. For the most part, it works. However, at least a few times a week a build will be triggered for a branch that doesn't have a commit. 

For instance, if I make a commit to ProjectA/develop, it thinks it detects a change and triggers a build for the 2 other branches, ProjectA/stage and ProjectA/master, even though those branches don't have any recent commits. 

Here are more details based off our current issue:

The webhook log from our github repo showing a push to the develop branch at 19:44:23 MST.

Here we see Jenkins receiving the hook and checking the branches for changes to build. Notice that it detects changes in all 3 configured branches even though develop was the one that triggered the build. Also note that our Jenkins server is set to UTC time so it's actually 19:44:26PM MST that it logged the PushEvent.

Here we can see the commits to he master branch. Last one was Oct 24, 2018. So there's definitely nothing new in there to build even though Jenkins thinks there is.

And just for the sake of completeness, here's the GitHub hook log from the master branch job. 

---
Originally reported by chizou, imported from: Jenkins Github SCM building wrong branches


  • status: Open
  • priority: Minor
  • component(s): git-plugin, github-plugin
  • resolution: Unresolved
  • votes: 4
  • watchers: 5
  • imported: 2025-12-02

Raw content of original issue

Jenkins version: 2.163

Github plugin version: 1.29.3

Git plugin version: 3.9.3

Git client plugin version: 2.7.6

Job Type: Multibranch Job

We're currently using the Github plugin so that commits to our repo trigger Github webhooks to our Jenkins server. For the most part, it works. However, at least a few times a week a build will be triggered for a branch that doesn't have a commit. 

For instance, if I make a commit to ProjectA/develop, it thinks it detects a change and triggers a build for the 2 other branches, ProjectA/stage and ProjectA/master, even though those branches don't have any recent commits. 

Here are more details based off our current issue:

The webhook log from our github repo showing a push to the develop branch at 19:44:23 MST.

Here we see Jenkins receiving the hook and checking the branches for changes to build. Notice that it detects changes in all 3 configured branches even though develop was the one that triggered the build. Also note that our Jenkins server is set to UTC time so it's actually 19:44:26PM MST that it logged the PushEvent.

Here we can see the commits to he master branch. Last one was Oct 24, 2018. So there's definitely nothing new in there to build even though Jenkins thinks there is.

And just for the sake of completeness, here's the GitHub hook log from the master branch job. 

4 attachments

- [github commit log.PNG](https://issues.jenkins.io/secure/attachment/46002/github%20commit%20log.PNG)
> ![github commit log.PNG](https://issues.jenkins.io/secure/attachment/46002/github%20commit%20log.PNG)
- [jenkins log.PNG](https://issues.jenkins.io/secure/attachment/46003/jenkins%20log.PNG)
> ![jenkins log.PNG](https://issues.jenkins.io/secure/attachment/46003/jenkins%20log.PNG)
- [master github push.PNG](https://issues.jenkins.io/secure/attachment/45999/master%20github%20push.PNG)
> ![master github push.PNG](https://issues.jenkins.io/secure/attachment/45999/master%20github%20push.PNG)
- [webhook log.PNG](https://issues.jenkins.io/secure/attachment/46001/webhook%20log.PNG)
> ![webhook log.PNG](https://issues.jenkins.io/secure/attachment/46001/webhook%20log.PNG)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.