vmware-archive / pcf-pipelines

PCF Pipelines
Apache License 2.0
158 stars 283 forks source link

pivnet-opsmgr can't fetch the version when deploy concourse by docker #118

Closed emperorente closed 7 years ago

emperorente commented 7 years ago

I have deployed a concourse to ec2 by docker, but when I start the pipeline, can't fetch the pivnet-opsmgr version, here is the pic test

cf-gitbot commented 7 years ago

We have created an issue in Pivotal Tracker to manage this. Unfortunately, the Pivotal Tracker project is private so you may be unable to view the contents of the story.

The labels on this github issue will be updated when the story is started.

krishicks commented 7 years ago

Try running fly -t yourtarget check-resource -r yourpipeline/pivnet-opsmgr to see if it's able to check the resource successfully.

emperorente commented 7 years ago

checked 'pivnet-opsmgr' means ok?

krishicks commented 7 years ago

That means Concourse is able to see new versions of the resource but something else is limiting it, perhaps a passed constraint on an upstream job.

Which pipeline are you running, and what version of pcf-pipelines?

emperorente commented 7 years ago

it works now, maybe some networks problem, thanks, I'll close it