-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Minor
-
Component/s: gerrit-trigger-plugin
I want to trigger a job (Project-Verified) when a Gerrit change is set as 'Verified' '1'.
I have another independent job (Project-Review) that is in charge of the review of that patch.
The problem is that when Project-Review mark the patch as Verified+1, the comment is ignored because the user posting the comment is the Gerrit trigger user.
It seems to me that this loop could be allowed as an option, in order to allow such pattern where the Gerrit server act a message queue to decouple jobs.