Gerd S - 2022-11-04

Hi,

is there a chance to get the errorcode of a batchfile after job-execution? It would be enough to activate the "Error Notification Email" if returncode <> 0.
Reason: I have a pipeline with a bunch of jobs creating some reports (using burst for splitting xlsx for several branches).
Last step in pipeline is a "Deploymentjob": "just run it" with "select 1" , but main step is the batch-script for deploying the created reports to several locations (sftp, copy, ...). Works fine, but if there is an error during copying, we don't recognize it.

Or if there is another way, please let me know.

Thanks,
Gerd