cloudfoundry / bosh-deployment-resource

Apache License 2.0
12 stars 26 forks source link

Expected non-empty Director URL #53

Closed henderjm closed 6 years ago

henderjm commented 6 years ago

Hi,

After upgrading to concourse 4.0 we are seeing orange outputs from our jobs with the following error

resource script '/opt/resource/check []' failed: exit status 1

stderr:
Expected non-empty Director URL

We haven't noticed any side affects of this check failling in our pipelines yet.

Thanks, Mark.

drich10 commented 6 years ago

Hi Mark!

This happened as in one of the Fixes section of the 4.0 release notes. Specifically:

Previously, if a resource was only ever used as an explicit output of a job, it would always show up as black even if it was erroring. It will now show up as orange, like the other resources.

My expectation is any pipeline using the resource using only dynamic configuration will have this issue unless the resource has another flag added to the source section that turns the check operation into a no-op when using source_file on out.