-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Minor
-
Component/s: git-plugin
We have a few single pipeline job that is setup to run when changes in different project folder happen. It will get instructed to poll when a `curl http://ourjenkins/git/notifyCommit?url=git_url` happen.
```
Repo/
  ProjectA/
  ProjectB/
```
We have set branches to build to be `any`, however, it always only polls the last build branch instead of the latest branch.