I don't know if this is expected behavior but the whole script breaks when standard message (not error or warning) comes from the command inside onAfterDeploy. My solution right now is to put a 2>/dev/null || true after yeach command, so that the process don't break without reason.
I don't know if this is expected behavior but the whole script breaks when standard message (not error or warning) comes from the command inside onAfterDeploy. My solution right now is to put a
2>/dev/null || true
after yeach command, so that the process don't break without reason.