Skip to content

Commit c241c82

Browse files
authored
Update ci-integrations.md (#238)
Updated cf-host to optional and git provider to include bitbucket server
1 parent 6779ab4 commit c241c82

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_docs/integrations/ci-integrations.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ The table describes _all_ the arguments required for CI integrations in general.
6161
{: .table .table-bordered .table-hover}
6262
| Argument | Description | Required/Optional/Default |
6363
| ---------- | -------- | ------------------------- |
64-
| `CF_HOST` | _Deprecated from v 0.0.460 and higher._ Recommend using `CF_RUNTIME_NAME` instead. {::nomarkdown}<br><span style="font-family: var(--font-family-monospace); font-size: 87.5%; color: #ad6800; background-color: #fffbe6">CF_HOST</span> has been deprecated because the URL is not static, and any change can fail the enrichment.<br><br> The URL to the cluster with the Codefresh runtime to integrate with. If you have more than one runtime, select the runtime from the list. Codefresh displays the URL of the selected runtime cluster.{:/} | Required |
65-
| `CF_PLATFORM_URL` | For on-premises environments, the root URL of the codefresh application. If not specified, uses the default value of `https://g.codefresh.io`. | Optional |
64+
| `CF_HOST` | _Deprecated from v 0.0.460 and higher._ Recommend using `CF_RUNTIME_NAME` instead. {::nomarkdown}<br><span style="font-family: var(--font-family-monospace); font-size: 87.5%; color: #ad6800; background-color: #fffbe6">CF_HOST</span> has been deprecated because the URL is not static, and any change can fail the enrichment.<br><br> The URL to the cluster with the Codefresh runtime to integrate with. If you have more than one runtime, select the runtime from the list. Codefresh displays the URL of the selected runtime cluster.{:/} | Optional |
65+
| `CF_PLATFORM_URL` | Required for integrations in on-premises environments only. The root URL of the codefresh application. If not specified, uses the default value of `https://g.codefresh.io`. | Optional |
6666
| `CF_RUNTIME_NAME` | The runtime to use for the integration. If you have more than one runtime, select the runtime from the list. | Required |
6767
| `CF_API_KEY` | The API key for authentication. Generate the key for the integration. | Required |
6868
| `CF_CONTAINER_REGISTRY_INTEGRATION` | The name of the container registry integration created in Codefresh where the image is stored. See [Container registry integrations]({{site.baseurl}}/docs/integrations/container-registries/). | Optional |
@@ -71,7 +71,7 @@ The table describes _all_ the arguments required for CI integrations in general.
7171
| `CF_WORKFLOW_NAME` | The name assigned to the workflow that builds the image. When defined, the name is displayed in the Codefresh platform. Example, `Staging step` | Optional |
7272
| `CF_GIT_BRANCH` | The Git branch with the commit and PR (pull request) data to add to the image. Pass the Branch from the event payload used to trigger your action. | Required |
7373
| `CF_GIT_REPO` | The Git repository with the configuration and code used to build the image. | Required |
74-
| `CF_GIT_PROVIDER` | The Git provider for the integration, and can be either GitHub, GitLab, or Bitbucket. | Required |
74+
| `CF_GIT_PROVIDER` | The Git provider for the integration, and can be either GitHub, GitLab, Bitbucket, or Bitbucket Server. | Required |
7575
| `CF_GITHUB_TOKEN` | The GitHub authentication token. The token must have `repo` scope. See [Git tokens]({{site.baseurl}}/docs/reference/git-tokens/). | Required |
7676
| `CF_GITHUB_API_URL` | The URL to the GitHub developer site. | Required |
7777
| `CF_BITBUCKET_USERNAME` | The username for the Bitbucket or the BitBucket Server (on-prem) account. | Required |

0 commit comments

Comments
 (0)