OctopusDeploy / OctopusClients

| Public | Octopus.Client for commanding Octopus servers

Home Page:https://octopus.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DeploymentCommandBase causes "Index was outside the bounds of the array" exception

slewis74 opened this issue · comments

To support the Json output options for the commands DeploymentCommandBase is building a list of targets. This is causing issues when multiple tenants, and likely environments, are deployed to at once, because the processing is done in parallel and List<> isn't thread safe.

Source https://secure.helpscout.net/conversation/723695041