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.
That's what I figured from the 5xx error but cf logs only shows:
2016-03-18T18:01:52.37+0100 [API/2] OUT Updated app with guid 90e51f17-xxxx-xxxx-xxxx-fce569fa7aac ({"name"=>"myapp"})
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.