Build information -> Deploy Input Parameters

This commit is contained in:
Anton Martynov 2015-09-18 12:31:33 +03:00
parent 7b1a2c1dc5
commit ddae928c30

View File

@ -284,7 +284,7 @@ module Devops
cmd = "chef-client --no-color"
if deploy_info["use_json_file"]
deploy_info.delete("use_json_file")
@out << "Build information:\n"
@out << "Deploy Input Parameters:\n"
json = JSON.pretty_generate(deploy_info)
@out << json
@out << "\n"