Cancel deployment in progress
In Salesforce, you can cancel a deployment in progress: Maybe because a test has failed already and you don't want to bother running the rest, or because you forgot some things.
Can we have a cancel button while a deployment is in progress in Gearset? The metadata api seems to support it:
https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_canceldeploy.htm
-
Pablo commented
At least, it would be nice to allow users to cancel the process before the deployment actually starts. Sometimes we make mistakes and need to add/remove something from the deployment. The only option right now is to wait until the deployment starts in Salesforce and stop it from there.