Skip to content

Save eb log on failures

Aurel Istrate requested to merge save_log_on_failures into master

Created by: bedroge

This will check the exit code of the eb command, and in case of failures it will copy the eb log to the working directory of the job. Furthermore, it will set the exit code of the job to the exit code of the eb command, to make sure that the job status is also set to FAILED in case of errors.

Merge request reports