lar...@gmail.com schrieb am Mittwoch, 28. April 2021 um 10:51:59 UTC+2:
> Thanks. What I want to achieve in the end is a pipeline with a stage0 > check for uploaded patches, and if that passes have it do a +1 verify vote. > Then a multistage job that runs of what is submitted. > And I want the pipelines created automatically for master and each release > branch. I thought I could do this some how with multi-branch and some kind > of gerrit trigger, either the gerrit-trigger plugin or via gerrit webhook > plugin.. > Regards, Lars > Well, that is possible. You can combine Jenkinsfile and gerrit trigger (I would do that for the stage0 checks), just checkout scm is not possible at the moment, yuo need to use the var from gerrit trigger in the checkout incantation. For the submitted checks multibranch + gerrit-review + (gerrit webhook) will work. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/3ba65f63-974e-42fd-9f4d-5fce4dcbd1d5n%40googlegroups.com.