-
Bug
-
Resolution: Not A Defect
-
Minor
-
Linux Debian - 8.11
Jenkins 2.161
org.jenkins-ci.plugins:github-branch-source:2.4.2
It is a question.
When I create a PR on Github, I can see that a new build is triggered correctly. However, when I push a new commit to the source branch of the PR, it does not generate a new build.
The configuration used for Branch Sources:
- Discover branches: exclude branches that are also filled as PRs
- Discover PRs: The current pull request revision
What should be the right configuration to trigger rebuilds when either branch or a PR is changed?
You either need to poll for changes or make sure you have webhooks configured correctly.