From ab6396e31979eb37abad5c4bce52ce1ec4a61065 Mon Sep 17 00:00:00 2001 From: Sami Alajrami Date: Thu, 25 Apr 2024 09:42:07 +0200 Subject: [PATCH] add codeBuild tab in ci_cd integration (#182) --- docs.kosli.com/content/integrations/ci_cd.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs.kosli.com/content/integrations/ci_cd.md b/docs.kosli.com/content/integrations/ci_cd.md index 2d057fd08..1390487c2 100644 --- a/docs.kosli.com/content/integrations/ci_cd.md +++ b/docs.kosli.com/content/integrations/ci_cd.md @@ -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 | | :--- | :--- |