I'm trying to deploy an application from the DevOps pipeline with the following:
cf push ${CF_APP} -p myapp.war
and it fails at upload with :
Updating app myapp in org myorg / space dev as myorg...
OK
Uploading myapp...
FAILED
Error uploading application.
Server error, status code: 500, error code: 10001, message: An unknown error occurred.
Pushing from my local work, app is running fine...
Any idea what might be wrong ?
That error is usually coming from Bluemix. I would check the cf logs to see if there is anything there that might point to a problem.
Answer by melissa.denby (163) | Feb 12, 2018 at 04:41 PM
This is an Internal Error and is not a problem with the pipeline. Please try to run your pipeline again later.