Deploying two versions of the same project

Assume I have project A and environment INT with “Deploy automatically …” enabled. A’s deployment process takes a while to run (no Manual Intervention step). While A 1.0 is “in progress” in the INT environment, A 1.1 release is created, either automatically or manually. What happens? Is A 1.1. blocked until 1.0 is complete, does it fail, does it run simultaneously?

Hi MIchael,

Thanks for getting in touch! If a deployment (for any project) is already running on an environment, then all deployments for that environment will be queued to run when it finishes.

Hope that helps!
Vanessa

Thanks!