UCD 0.9.14, Windows Jenkins Server
ucd releases create
recently failed a few times with the following message:
+ /usr/local/bin/ucd releases create --bucket xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
Error! cannot create a release:
iOS/r-tests_scenes_assets/tests/pooling_012e6a741f8cb968186b858d1fc3edd8.bundle is incomplete
iOS/r-tests_scenes_assets/tests/shader_b77ffd53ce29c35e3e0c443ff14119b8.bundle is incomplete
iOS/r-tests_scenes_assets/tests/memory_usage_299c867e2a71db3cd531ccf9d4873e1b.bundle is incomplete
iOS/r-tests_scenes_assets/tests/savemanager_bd4bf42b91110bbf2c8ad64ee7bd62ef.bundle is incomplete
iOS/r-tests_scenes_assets/tests/memory_usage_ed8afafdd3785afe0fe0bb88045f5752.bundle is incomplete
These files do not exist in the directory that was used to sync files with ucd entries sync
. These files do however exist in Cloud Delivery, I checked in the dashboard. I guess they’re a left-over from an earlier sync perhaps.
Questions:
- It seems
ucd entries sync
does not remove files from the Cloud that no longer exist in the sync directory. I assumed it would do that, why doesn’t it? - Should I remove all entries from a bucket before I run the next sync command? What are the best practices here?
- How can I delete all entries from a bucket using CLI?
- What exactly is “bundle is incomplete” telling me? Did an earlier sync fail to upload these files entirely?
My current workaround is to login the UCD dashboard and delete all entries via from there.