JetBrains / JetBrains/teamcity-aws-codedeploy-plugin
Allow specifing action for files that are existing
- Dominant language
- Java
- Stars
- 11
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.