Defines how flexible-publish handles errors of publishers in this condition. Built-in strategies:
Fail at end
Performs all publishers even some of them fail. This is the behavior same to Jenkins core.
Fail fast
Stop performing following publishers if a publisher fails. This was the behavior in Flexible publish 0.14.1 and prior.