-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
linux
I have gerrit configured to react on changes in all branches (**) but the buids are using the property $GERRIT_BRANCH set to ref/heads/my_branch
WHen polls are running i see that the last built revision matches the ones that are available in mainline - there is no other revisions that are coming from the git ls-remote command that poll uses. Yet git poll reports it found changes and it triggeres the rebuild.
in changes list for the project all latest builds are having the same one commit over and over again.
so, to clarify the last settings i have iisues with: my builds are using a parameter GERRIT_REFSPEC set to refs/heads/my_branch
Git repository refspec = $GERRIT_REFSPEC
Branches to build = $GERIT_BRANCH
Strategy = Gerrit Trigger
Gerrit event: repo plain repos name, branch plain "my_branch"
We are using ivy build trigger with more than a 1000 of projects set this way
Everytimte the poll is triggered it finds 1 commit and rebuilds it