-
Bug
-
Resolution: Done
-
Minor
-
7.0.0.ER5
-
None
In configuration guide in section 7.6.4. Create Rollout Plans there is part Deploy Using a Stored Rollout Plan where is given example command, that is wrong:
deploy /path/to/test-application.war --all-server-groups --headers={rollout name=my-rollout-plan}
but should be:
deploy /path/to/test-application.war --all-server-groups --headers={rollout id=my-rollout-plan}
(note: name -> id)