You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I ran my deployment using it failed with following error: The deployment failed because a specified file already exists at this location.
When deployment started from AWS console it is possible to select behavior for this case -
Content options: Choose the action for AWS CodeDeploy to take during a deployment when a file on a target instance has the same name as a file in the application revision, for the same target location.
There is no way to specify this options in TeamCity plugin, so it uses default behavior and fails deployment for such cases.
Please add feature of passing "Content options" (fail/overwrite/retain) through TeamCity runner plugin.
The text was updated successfully, but these errors were encountered:
When I ran my deployment using it failed with following error: The deployment failed because a specified file already exists at this location.
When deployment started from AWS console it is possible to select behavior for this case -
Content options: Choose the action for AWS CodeDeploy to take during a deployment when a file on a target instance has the same name as a file in the application revision, for the same target location.
There is no way to specify this options in TeamCity plugin, so it uses default behavior and fails deployment for such cases.
Please add feature of passing "Content options" (fail/overwrite/retain) through TeamCity runner plugin.
The text was updated successfully, but these errors were encountered: