cloudfoundry-community / cf-resource

Concourse resource for interacting with Cloud Foundry
Apache License 2.0
35 stars 63 forks source link

Capture `cf logs --recent` on a failed deploy #43

Open ryankilroy opened 6 years ago

ryankilroy commented 6 years ago

Since the cf-resource uses a zero-downtime deploy, if the deploy of app fails, then it's deleted and replaced with app-venerable meaning you can't call cf logs --recent on the failed app deployment. The resource should grab that log before it deletes the app.

r-chris commented 6 years ago

Looks like a duplicate of: #28

JohannesRudolph commented 6 years ago

Looks like this is fixed with #40