Hello,
When wo you plan to fix issue “Lifecycle auto-deploy-environment doesn’t work with tenants #2672”?
Thanks in advance.
Regards,
Vladislav
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:
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