February 2015
Intermediate to advanced
560 pages
11h 28m
English
The Auto Deploy rules that you create are not active and can't be used by the Auto Deploy server. Newly created rules must be activated by adding them to a ruleset. A ruleset is nothing but an array of deploy-rules, in which the rules are queued in the order in which they are added.
There are two types of rule sets:
Deploy rules can be added to the ruleset by using the Add-DeployRule cmdlet:
Add-DeployRule –DeployRule "<Name of the Rule>"
Add-DeployRule -DeployRule Rule001 Add-DeployRule -DeployRule Rule001-HP –At 0
Here, the -At is the queue location of the rule in the ruleset. The lower numbered rules are auctioned first by Auto Deploy:
Only rules in ...
Read now
Unlock full access