-
Bug
-
Resolution: Unresolved
-
Minor
-
None
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.
Yes. The polling looks at the checkout(s) for the last build to determine what to poll, so if you change the branch you checked out, it's always going to poll on the most recent branch.