From 7d65cab5f914dc0da5e27ecbb92468680d733bf0 Mon Sep 17 00:00:00 2001 From: NimRegev Date: Sun, 23 Oct 2022 08:55:07 +0300 Subject: [PATCH] Update ci-integrations.md Updated cf-host to optional and git provider to include bitbucket server --- _docs/integrations/ci-integrations.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_docs/integrations/ci-integrations.md b/_docs/integrations/ci-integrations.md index da4ec86d..b27bd5a8 100644 --- a/_docs/integrations/ci-integrations.md +++ b/_docs/integrations/ci-integrations.md @@ -61,8 +61,8 @@ The table describes _all_ the arguments required for CI integrations in general. {: .table .table-bordered .table-hover} | Argument | Description | Required/Optional/Default | | ---------- | -------- | ------------------------- | -| `CF_HOST` | _Deprecated from v 0.0.460 and higher._ Recommend using `CF_RUNTIME_NAME` instead. {::nomarkdown}
CF_HOST has been deprecated because the URL is not static, and any change can fail the enrichment.

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 | -| `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 | +| `CF_HOST` | _Deprecated from v 0.0.460 and higher._ Recommend using `CF_RUNTIME_NAME` instead. {::nomarkdown}
CF_HOST has been deprecated because the URL is not static, and any change can fail the enrichment.

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 | +| `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 | | `CF_RUNTIME_NAME` | The runtime to use for the integration. If you have more than one runtime, select the runtime from the list. | Required | | `CF_API_KEY` | The API key for authentication. Generate the key for the integration. | Required | | `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. | `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 | | `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 | | `CF_GIT_REPO` | The Git repository with the configuration and code used to build the image. | Required | -| `CF_GIT_PROVIDER` | The Git provider for the integration, and can be either GitHub, GitLab, or Bitbucket. | Required | +| `CF_GIT_PROVIDER` | The Git provider for the integration, and can be either GitHub, GitLab, Bitbucket, or Bitbucket Server. | Required | | `CF_GITHUB_TOKEN` | The GitHub authentication token. The token must have `repo` scope. See [Git tokens]({{site.baseurl}}/docs/reference/git-tokens/). | Required | | `CF_GITHUB_API_URL` | The URL to the GitHub developer site. | Required | | `CF_BITBUCKET_USERNAME` | The username for the Bitbucket or the BitBucket Server (on-prem) account. | Required |