Skip to content

Use operationID to check if job is done

Henrique Silva requested to merge fix_deployment_id into master

We use the endpoint /deployments/operations/{job_id} to check to the job status, but this endpoint expects the operationID, not deploymentID returned by the deployment POST operation

Merge request reports