I would like to add gerrit trigger events inside Jenkinsfile, like we have in JobDSL,
triggers {
upstream('pipeline_properties', 'UNSTABLE')
gerrit {
events {
refUpdated()
}
project('reg_exp:jenkins', ["plain:${jenkins_branch}"])
}
}
Is this something possible in pipeline code, could able to find some things like cron and stuffs under triggers but not able to get a reference how to add the gerrit-trigger event inside.
Here is one working
Jenkinsfile
covers the gerrit trigger event part, see reference below the code segmentBuildDiscarderProperty
&SCMTrigger
are used for sample as well.Useful reference
config.xml
underJENKINS_HOME
job directory is used for debug