-
New Feature
-
Resolution: Unresolved
-
Minor
-
None
It will be nice to have a script/task for gerrit trigger on dynamic configuration to trigger when any change gets merge to master/any branch.
I have Jenkinsfile where I have whole CI/CD process as Jenkins-pipeline code script. I also want to include Build trigger(Gerrit evenets when change merges to master) in my jenkinsfile.
I searched for all possible ways(https://jenkins.io/doc/pipeline/steps) but I couldn't find any way to do so. Can you please provide this feature?