-
Type:
New Feature
-
Resolution: Unresolved
-
Priority:
Minor
-
Component/s: gerrit-trigger-plugin
-
Environment:Enterprise Jenkins managed master 2.73.1.2-rolling
gerrit-trigger-plugin 2.26.0
In order to really make our Jenkins workflow smooth, I'd like to be able to configure gerrit triggers from within a Jenkinsfile. Think of this as an extension of the dynamic trigger configuration file, but with the dynamic trigger configuration living inside of a Jenkinsfile that lives in git/gerrit.
What this would allow for is me to create a Jenkins job where all I have to do is point to a Jenkinsfile and I'm done. Right now, I need to do trigger configuration within the Jenkins UI, and have the rest of my workflow defined in the Jenkinsfile. I'd like to be able to put 100% of my Jenkins workflow in the Jenkinsfile.