deis / builder

Git server and application builder for Deis Workflow
https://deis.com
MIT License
40 stars 41 forks source link

Show the error message sent by controller when a call fails #323

Closed kmala closed 8 years ago

kmala commented 8 years ago

Summary

Currently when a call to the controller fails we simply just output the response code and the actual error message.To know the actual reason for error we need to look at the controller logs.Instead builder should show the error message sent by the controller.

If You Are Reporting a Bug

If you're reporting a bug, please provide a detailed description of the problem.

Replication Steps

Please provide a detailed list of steps to reproduce it.

  1. Create a Deis Cluster
  2. Register a default proc type docker file app by not exposing any port
  3. build hook of controller fails and the returns an error.
  4. builder just shows the response code instead of the error

    If You Are Submitting a Feature Request

    Everything Else

    Related Issues