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
|`CF_HOST`|_Deprecated from v 0.0.460 and higher._ Recommend using`CF_RUNTIME_NAME` instead. {::nomarkdown}<br><spanstyle="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`|Foron-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><spanstyle="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 inon-premises environments only. The root URL of the codefresh application. If not specified, uses the default value of`https://g.codefresh.io`.| Optional|
66
66
|`CF_RUNTIME_NAME`| The runtime to use for the integration. If you have more than one runtime, select the runtime from the list.| Required|
67
67
|`CF_API_KEY`| The API key for authentication. Generate the key for the integration.| Required|
68
68
|`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.
71
71
|`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|
72
72
|`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|
73
73
|`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|
75
75
|`CF_GITHUB_TOKEN`| The GitHub authentication token. The token must have`repo` scope. See[Git tokens]({{site.baseurl}}/docs/reference/git-tokens/).| Required|
76
76
|`CF_GITHUB_API_URL`| The URL to the GitHub developer site.| Required|
77
77
|`CF_BITBUCKET_USERNAME`| The username for the Bitbucket or the BitBucket Server (on-prem) account.| Required|