Jenkins - how to show downstream jobs build result on Gerrit patch set?
问题 below is my use case, I have jobs A, B, C - A is upstream and B and C are downstream jobs. When a Patch set created in Gerrit, based on the patchset created event I trigger Job A and based on the result of this job, we trigger B and C. After the B and C is executed, I want to display the result of all three jobs on Gerrit patch set. like Job A SUCCESS JOB B SUCCESS JOB C FAILED right now I see only JOB A Build result showing up on GERRIT PATCH SET as JOB A SUCCESS is there any way to do this?