Skip to content

CodeBuild: Add documentation #1684

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Jun 5, 2025
Merged
6 changes: 6 additions & 0 deletions content/en/references/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,12 @@ This section covers configuration options that are specific to certain AWS servi
| - | - | - |
| `PROVIDER_OVERRIDE_CLOUDWATCH` | `v1` | Use the old CloudWatch provider. |

### CodeBuild

| Variable | Example Values | Description |
| - | - | - |
| `CODEBUILD_REMOVE_CONTAINERS` | `0`\|`1` (default) | Remove Docker containers associated with a CodeBuild build tasks after execution. Disabling this and dumping container logs might help with troubleshooting failing builds. |

### DMS

| Variable | Example Values | Description |
Expand Down
5 changes: 2 additions & 3 deletions content/en/references/coverage/coverage_codebuild/index.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
---
title: "codebuild"
linkTitle: "codebuild"
title: "CodeBuild"
linkTitle: "CodeBuild"
description: >
Implementation details for API codebuild
hide_readingtime: true
draft: true
---

## Coverage Overview
Expand Down
Loading