You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Where `<PLACEHOLDERS>` 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.
72
75
| --commit | `<CI_COMMIT_SHA>` |
73
76
| --git-commit | `<CI_COMMIT_SHA>` |
74
77
| --repository | `<CI_PROJECT_NAME>` |
78
+
| --repo-id | `<CI_PROJECT_ID>` |
79
+
| --repo-url | `<CI_PROJECT_URL>` |
80
+
| --repo-provider | `gitlab` |
75
81
| --gitlab-org | `<CI_PROJECT_NAMESPACE>` |
76
82
77
83
Where `<PLACEHOLDERS>` 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.
91
97
| --commit | `<Build.SourceVersion>` |
92
98
| --git-commit | `<Build.SourceVersion>` |
93
99
| --repository | `<Build.Repository.Name>` |
100
+
| --repo-id | `<Build.Repository.Id>` |
101
+
| --repo-url | `<Build.Repository.Uri>` |
102
+
| --repo-provider | `azure-devops` |
94
103
| --project | `<System.TeamProject>` |
95
104
| --azure-org-url | `<System.CollectionUri>` |
96
105
@@ -106,6 +115,9 @@ description: Use Kosli in CI Systems like GitHub Actions, GitLab CI, and more.
Where `<PLACEHOLDERS>` 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.
Where `<PLACEHOLDERS>` are AWS CodeBuild predefined variables. See [here](https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-env-vars.html) for more details.
124
137
</Tab>
@@ -129,7 +142,10 @@ description: Use Kosli in CI Systems like GitHub Actions, GitLab CI, and more.
129
142
| :--- | :--- |
130
143
| --build-url | `<CIRCLE_BUILD_URL>` |
131
144
| --commit-url | `<CIRCLE_REPOSITORY_URL>(converted to https url)/commit(s)/<CIRCLE_SHA1>` |
145
+
| --commit | `<CIRCLE_SHA1>` |
132
146
| --git-commit | `<CIRCLE_SHA1>` |
147
+
| --repository | `<CIRCLE_PROJECT_REPONAME>` |
148
+
| --repo-url | `<CIRCLE_REPOSITORY_URL>` |
133
149
134
150
Where `<PLACEHOLDERS>` are CircleCI predefined variables. See [here](https://circleci.com/docs/env-vars/#built-in-environment-variables) for more details.
0 commit comments