Executing a deliverable | ||
---|---|---|
Previous | Next | |
Deploying Deliverables | Third-Party Scheduling |
To execute a deliverable, use the following command line:
./startdelivery.sh –name [DELIVERY_NAME]
Or
./startdelivery.sh –file [DELIVERY_FILE]
Certain deliverables can be parameterized with variables that you provide on the command line as shown below:
./startdelivery.sh –name [DELIVERY_NAME] –var [VAR1] [VALUE1] … -var [VARn] [VALUEn]
This script is synchronous, and waits for the execution to complete. The return code is either:
Previous | Top | Next |
Deploying Deliverables | Third-Party Scheduling |