Create one release and deploy to multiple environments

deployto=VALUE [Optional] Environment to automatically deploy
to, e.g., Production

Is it possible to create a release and deploy to multiple environments like

deployto=Production1 ,Production2

Hi Ajay,

Thanks for getting in touch.

You should be able to specify the deployTo= argument multiple times: deployTo=Production1 deployTo=Production2 etc.

Just make sure your Lifecycle for that Project allows you to deploy to those Environments at the same time, otherwise you’ll get an error.

Hope that helps.
Mike