Hi 

We have a plugin to perform task post build. We have 2 post tasks
We tried to match this string below, belonging to the first post task run

POST BUILD TASK : SUCCESS 


On our second post task, we tried to match it, as a condition, to 

^.*POST.*BUILD.*TASK.*SUCCESS*$


But we're getting

Could not match :^.*POST.*BUILD.*TASK.*SUCCESS*$  : False


and so it skipped our shell script execution.


How can we fix this regex ?


Thanks you all.



Reply via email to