I am trying to get a filter message out of the whole received event from the Jenkins job using the webhook trigger plugin and somehow managed to get a message for Helm upgrade successful
but want to get these Jenkins job triggers for fail
case as well with below scenario:
- Just want to trigger pipeline only for
helm successful upgrade
orfailed upgrade
. It's working fine for the successful filters but somehow not working when using regexp for both successful and failed scenarios. regexp I am trying currently is(successfull$)|(failed$)