If you are deploying to multiple areas at the same stage you can deploy in a specific order. The sequence number is initially set for a deployment area when it is assigned to a project or stream. The sequence number is honored by any deploy or rollback operation on the area. You can modify the sequence number for a deployment area in the web client.
Areas with sequence numbers are processed first.
The sequence numbers do not have to be contiguous.
Areas that do not have any sequence numbers are processed last.
Areas that share the same sequence number are grouped and deployed in an undefined sequence in their group when it is processed.
Areas are deployed in ascending sequence starting with 0.
When a deployment error occurs in a sequence group the other areas in that group are processed. However, any areas with higher sequence numbers are not processed.
Tip: Leave spaces between sequence numbers so that you can insert additional areas.
At the LIVE stage you have the following areas and sequence numbers:
LIVE1 (0)
LIVE2 (5)
LIVE3 (10)
LIVE4 (10)
LIVE5 (10)
LIVE6
LIVE7
The areas are deployed in the following sequence:
LIVE1
LIVE2
LIVE3, LIVE4, and LIVE5 (in no specified order)
LIVE6 and LIVE7 (in no specified order)