Lifecycle auto-deploy-environment doesn't work with tenants #2672

Hello,
When wo you plan to fix issue “Lifecycle auto-deploy-environment doesn’t work with tenants #2672”?

Thanks in advance.
Regards,
Vladislav

Hi Vladislav,

Thanks for getting in touch! I can’t give you an exact estimate of when this will be fixed, but I can tell you two things:

  1. If it’s been raised as a GitHub Issue we’ve committed to that bug/enhancement.
  2. We are starting to work through all of the multi-tenancy-related bugs/enhancements on our backlog.

The best way to keep abreast of changes is to watch the GitHub Issue.

Depending on your scenario you may be able to work around this issue by adding a “Deploy Release” step to your CI tool chain instead of depending on the Lifecycle auto-deploy feature. http://docs.octopusdeploy.com/display/OD/Multi-tenant+deployments+FAQ#Multi-tenantdeploymentsFAQ-CanIdeploytomultipletenantsatthesametime?

For example you can use this command-line with octo.exe to deploy to all the tenants in the Development environment:

octo deploy-release --project HelloWorld --channel "1.x Normal" --version latest --deployto Development --tenant * --server http://octopus/ --apiKey API-ABCDEF123456

Hope that helps!
Mike