diff --git a/integrations/ci_cd.md b/integrations/ci_cd.md index 00bbae6..d4f0c60 100644 --- a/integrations/ci_cd.md +++ b/integrations/ci_cd.md @@ -25,6 +25,9 @@ description: Use Kosli in CI Systems like GitHub Actions, GitLab CI, and more. | --commit | `` | | --git-commit | `` | | --repository | `` | + | --repo-id | `` | + | --repo-url | `/` | + | --repo-provider | `github` | | --github-org | `` | Where `` are Github Actions predefined variables. See [here](https://docs.github.com/en/actions/learn-github-actions/variables#default-environment-variables) for more details. @@ -72,6 +75,9 @@ description: Use Kosli in CI Systems like GitHub Actions, GitLab CI, and more. | --commit | `` | | --git-commit | `` | | --repository | `` | + | --repo-id | `` | + | --repo-url | `` | + | --repo-provider | `gitlab` | | --gitlab-org | `` | Where `` are GitLab predefined variables. See [here](https://docs.gitlab.com/ee/ci/variables/predefined_variables.html) for more details. @@ -91,6 +97,9 @@ description: Use Kosli in CI Systems like GitHub Actions, GitLab CI, and more. | --commit | `` | | --git-commit | `` | | --repository | `` | + | --repo-id | `` | + | --repo-url | `` | + | --repo-provider | `azure-devops` | | --project | `` | | --azure-org-url | `` | @@ -106,6 +115,9 @@ description: Use Kosli in CI Systems like GitHub Actions, GitLab CI, and more. | --commit | `` | | --git-commit | `` | | --repository | `` | + | --repo-id | `` | + | --repo-url | `` | + | --repo-provider | `bitbucket` | | --bitbucket-workspace | `` | Where `` are Bitbucket Cloud predefined variables. See [here](https://support.atlassian.com/bitbucket-cloud/docs/variables-in-pipelines/) for more details. @@ -119,6 +131,7 @@ description: Use Kosli in CI Systems like GitHub Actions, GitLab CI, and more. | --commit-url | `/commit(s)/` | | --commit | `` | | --git-commit | `` | + | --repo-url | `` | Where `` are AWS CodeBuild predefined variables. See [here](https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-env-vars.html) for more details. @@ -129,7 +142,10 @@ description: Use Kosli in CI Systems like GitHub Actions, GitLab CI, and more. | :--- | :--- | | --build-url | `` | | --commit-url | `(converted to https url)/commit(s)/` | + | --commit | `` | | --git-commit | `` | + | --repository | `` | + | --repo-url | `` | Where `` are CircleCI predefined variables. See [here](https://circleci.com/docs/env-vars/#built-in-environment-variables) for more details.