How to figure out if the deployment was successful or not? I'm getting the list of deployments using following API call:
http://localhost:8085/rest/api/latest/deploy/project/23986177/versions
Then I picked id of particular deployment and tried that call:
http://localhost:8085/rest/api/latest/deploy/result/id_from_previous_api_call
and that's didn't work