Getting logs filtered in Jenkins build using webhook trigger plugin

107 Views Asked by At

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 or failed 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$)

Logs which I am receiving in trigger

Plugin settings which I am trying to use for name value as well

0

There are 0 best solutions below