DeNA / mobilize-server

Mobilize-Server includes deployment scripts via Capistrano and scheduling via whenever.
Apache License 2.0
8 stars 4 forks source link

add next_on_error parameter, add access to stage<x>.err, stage<x>.out, stage<x>.log #26

Closed c4ssio closed 11 years ago

c4ssio commented 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.

c4ssio commented 11 years ago

added save_logs in ssh