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
* Update jira and ci integrationsAdded CF_PLATFORM_URL parameter to CI argument reference, and removed password option from Jira integration* Update ci-integrations.md
|`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`| For on-premises environments, the root URL of the codefresh application. If not specified, uses the default value of`https://g.codefresh.io`.| Optional|
65
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|
66
67
|`CF_API_KEY`| The API key for authentication. Generate the key for the integration.| Required|
67
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|
Copy file name to clipboardExpand all lines: _docs/integrations/issue-tracking/jira.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ For information on adding a Jira integration in Codefresh, see [Issue-tracking i
18
18
1. Note down the following as you will need them to complete the integration with Codefresh:
19
19
* Jira URL
20
20
* Jira username/email to be used for the integration
21
-
* Jirapassword/token created for this user
21
+
* Jira token created for this user
22
22
23
23
24
24
###Jira integration settings in Codefresh
@@ -31,7 +31,7 @@ The table describes the arguments required to integrate Jira in Codefresh.
31
31
|**Integration name**| A friendly name for the integration. This is the name you will reference in the third-party CI platform/tool.|
32
32
|**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 <spanstyle="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 <spanstyle="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 <spanstyle="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. {:/}|
33
33
|**Jira Host**| The URL of your Jira instance. For example,`https://<company>.atlassian.net`|
34
-
|**API Token**| The Jirapassword/tokenyou noted down when you created the Jira instance.|
34
+
|**API Token**| The JiraAPItokenfor the Jira instance.|