I am using Gerrit plug in with jenkinsfile. After setting trigger for gerrit rebase via excludeTrivialRebase: false I still want to implement some logic on that event.
GERRIT_EVENT_TYPE after rebase set to "patchset-created" so it is not a good indication for rebase event.
Is there any other parameter that can be indicating the rebase event or any other solution ?
Thanks