Team,
where can i find the entire list of this function triggerOnEvents
? I want to know what all exists and use them as i need. like i knew two that i specified but I want to know what the all that exists in that list.
ref https://plugins.jenkins.io/gerrit-trigger/
triggers {
gerrit (
serverName: 'git.compa.com',
gerritProjects: [[
compareType: 'PLAIN',
disableStrictForbiddenFileVerification: false,
pattern: 'team',
]],
triggerOnEvents: [
changeMerged(),
patchsetCreated(excludeDrafts: false),
]