diff --git a/_docs/integrations/ci-integrations.md b/_docs/integrations/ci-integrations.md index 00bcf630..da4ec86d 100644 --- a/_docs/integrations/ci-integrations.md +++ b/_docs/integrations/ci-integrations.md @@ -62,6 +62,7 @@ The table describes _all_ the arguments required for CI integrations in general. | 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_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 | diff --git a/_docs/integrations/issue-tracking/jira.md b/_docs/integrations/issue-tracking/jira.md index fd223281..ed90c464 100644 --- a/_docs/integrations/issue-tracking/jira.md +++ b/_docs/integrations/issue-tracking/jira.md @@ -18,7 +18,7 @@ For information on adding a Jira integration in Codefresh, see [Issue-tracking i 1. Note down the following as you will need them to complete the integration with Codefresh: * Jira URL * Jira username/email to be used for the integration - * Jira password/token created for this user + * Jira token created for this user ### Jira integration settings in Codefresh @@ -31,7 +31,7 @@ The table describes the arguments required to integrate Jira in Codefresh. | **Integration name** | A friendly name for the integration. This is the name you will reference in the third-party CI platform/tool. | | **All Runtimes/Selected Runtimes** | {::nomarkdown} The runtimes in the account with which to share the integration resource.
The integration resource is created in the Git repository with the shared configuration, within resources. The exact location depends on whether the integration is shared with all or specific runtimes:
You can reference the Docker Hub integration in the CI tool. {:/}| |**Jira Host**| The URL of your Jira instance. For example, `https://.atlassian.net`| -|**API Token**| The Jira password/token you noted down when you created the Jira instance.| +|**API Token**| The Jira API token for the Jira instance.| |**API Email**| The email for the API token.|