Closed c4ssio closed 11 years ago
.log will take any files found in the execution folder, concat them with \n as delimiter, and cache in log_dst, subject to usual Gridfs restriction.
next_on_error will go to next stage even if current stage fails, allowing user access to the logs for failed stages.
added save_logs in ssh
.log will take any files found in the execution folder, concat them with\n as delimiter, and cache in log_dst, subject to usual Gridfs restriction.
next_on_error will go to next stage even if current stage fails, allowing user access to the logs for failed stages.