chef / chef-apply

The ad-hoc execution tool for the Chef ecosystem.
https://www.chef.sh/
Apache License 2.0
14 stars 14 forks source link

Handle single failed job when creating cookbook or policyfile #54

Closed tyler-ball closed 5 years ago

tyler-ball commented 5 years ago

Description

When I updated the local work (creating temp cookbook and policyfile bundle) to use the job framework, I neglected to handle what happens if the job fails. Exceptions would get thrown inside the job correctly and the error reporter would print it, but that would not be visible to the user since the job failure was not handled and the spinners would overwrite the failure message. This fixes that to correctly raise an error if there is a failed job.

Issues Resolved

Customer issue in slack

Check List