Closed avatsyain closed 5 years ago
This should work:
Filter text: $action $merged
Filter regexp: ^opened false$|^reopened false$|^synchronize false$|^closed true$
See also example here: https://github.com/jenkinsci/generic-webhook-trigger-plugin/blob/master/src/test/resources/org/jenkinsci/plugins/gwt/bdd/filter-on-multiple-variables.feature
I have two variables action and merged.
possible values of action ^(reopened|opened|closed|synchronize)$ possible value of merged ^(true|false)$
I want the job to be triggered only when
The job shouldn't be triggered except above scenarios.