I have a jenkins running and have configured gerrit trigger plugin. The job gets triggered when a patchset is created and "Build Started" message is shown in gerrit page.
But once the job is completed, I dont see +1, or -1 voting in gerrit. There is no "Build Successfull" or "Build Failed" as well.
Jenkins Version : 2.346.1 Gerrit Trigger Plugin version: 2.30.0 Gerrit Version : v3.4.8-112
I have configured Rest API with the user who has previlege to give +1.
Also when I run the below command from jenkins server, I am able to give +1 manually
ssh -p 29418 <username>@<gerrit-frontend-url> gerrit review <commit-id> --verified 1
Any idea, what I might have missed