Hey,
I’ve got a project that creates dynamically named tenants as part of our CI pipeline. Octopus creates a tenant using some predefined naming standard that generates a random 7 character suffix as part of the tenant name. It successfully spins up infrastructure and assigns it to the tenant and leaves it in a state that it could then run the application deployment which is another Octopus Project.
I could have this project run a “Deploy a Release” step and pass it the newly created tenant, but I can’t figure out how to get Octopus to pass the newly created tenant’s name into the step.
Is this possible? If so, how?
Cheers,
Ben Alabaster