Search code examples
amazon-web-servicesaws-cloudformationoctopus-deploy

Why Octopus doesn't wait the cloudformation stack to complete?


Octopus deploy doesn't wait the cloudformation stack to complete and pass to the next step with empty variables.

Could somebody tell me how can i make octopus to wait ?

PS: I have selected the checbox "Wait for completion"

Thanks.


Solution

  • It's a known bug and the issue [#4345][1] was created to resolve it. The problem occurs only with nested stacks. Octopus exit the step immediately when it catches the first stack created event.