This tutorial shows you how to monitor an Ant Deployment.
1. From the Deployments panel select "View"
of select "Monitor Deployment" from the status bar.
2. Once connected, monitor the results.
Connect |
Opens the Connection wizard to establish a connection to the target instance. |
Start |
Starts the deployment process. |
Stop |
Stops the deployment process. |
Target |
The name of the target instance. |
Package |
The location of the Ant package. |
Max Attempts |
The number of pooling attempts the wizard is to attempt during the deployment process. |
Interval |
The amount of seconds between each pooling interval. |
Run All Test |
If true, all Apex tests defined in the organization are run. |
Rollback on Error |
Indicates whether any failure causes a complete rollback (true) or not (false). If false, whatever set of actions can be performed without errors are performed, and errors are returned for the remaining actions. |
Ignore Warnings |
Indicates whether a warning should allow a deployment to complete successfully (true) or not (false). Defaults to false. |
On Check Only |
Indicates whether Apex classes and triggers are saved to the organization as part of the deployment (false) or not (true). Defaults to false. |
Allow Missing Files |
Specifies whether a deploy succeeds even if files that are specified in package.xml but are not in the .zip file (true or not false). |