Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions _docs/integrations/ci-integrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}<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 |
| `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 |
Expand Down
4 changes: 2 additions & 2 deletions _docs/integrations/issue-tracking/jira.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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. <br>The integration resource is created in the Git repository with the shared configuration, within <span style="font-family: var(--font-family-monospace); font-size: 87.5%; color: #ad6800; background-color: #fffbe6">resources</span>. The exact location depends on whether the integration is shared with all or specific runtimes: <br><ul><li>All runtimes: Created in <span style="font-family: var(--font-family-monospace); font-size: 87.5%; color: #ad6800; background-color: #fffbe6">resources/all-runtimes-all-clusters/</span></li><li>Selected runtimes: Created in <span style="font-family: var(--font-family-monospace); font-size: 87.5%; color: #ad6800; background-color: #fffbe6">resources/runtimes/<runtime-name>/</span></li></ul> You can reference the Docker Hub integration in the CI tool. {:/}|
|**Jira Host**| The URL of your Jira instance. For example, `https://<company>.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.|


Expand Down