We have .cfignore file mentioning the files that should not be staged in Cloud Foundry.
Through CF CLI tool, cf push is considering to ignore file mentioned in .cfignore before pushing files to Cloud Foundry.
But Jenkins configured using push to cloud foundry plugin does not consider ignoring the files mentioned in .cfignore
With this, Cloud Foundry some undesirable files at staging time, which makes staging failed.
How to resolve this error?
cf pushdoes, if they don't consider that a bug you should stop using it anyway. - jonrsharpe