Skip to content

Commit

Permalink
add codeBuild tab in ci_cd integration (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
sami-alajrami authored Apr 25, 2024
1 parent 804ac8e commit ab6396e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs.kosli.com/content/integrations/ci_cd.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,15 @@ The following flags are **defaulted** (which means you don't need to provide the
| --bitbucket-workspace | ${BITBUCKET_WORKSPACE} |
{{< /tab >}}

{{< tab "CodeBuild" >}}
| Flag | Default |
| :--- | :--- |
| --build-url | ${CODEBUILD_BUILD_URL} |
| --commit-url | ${CODEBUILD_SOURCE_REPO_URL}/commit(s)/${CODEBUILD_RESOLVED_SOURCE_VERSION} |
| --commit | ${CODEBUILD_RESOLVED_SOURCE_VERSION} |
| --git-commit | ${CODEBUILD_RESOLVED_SOURCE_VERSION} |
{{< /tab >}}

{{< tab "Github" >}}
| Flag | Default |
| :--- | :--- |
Expand Down

0 comments on commit ab6396e

Please sign in to comment.