Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit893ccfd

Browse files
authored
Gitops jira pat param image enrichments (#1155)
* Update jira integrationAdded section on using PAT for authenication. Also moved CI argument reference table to dedicated topic and added link to the same in previous topic* Add ci argument reference entry to nav yaml* Update formatting* Update ci-argument-reference.md* Update links to CI argument reference* Update ci-argument-reference.md
1 parent348a2fe commit893ccfd

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed

‎_docs/gitops-integrations/ci-integrations.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Connecting the CI platform/tool to GitOps from the UI includes configuring the r
4141
[Jenkins]({{site.baseurl}}/docs/gitops-integrations/ci-integrations/jenkins/)
4242

4343
>**NOTE**
44-
For the complete list of arguments you can use, see[CIintegration for GitOpsargument reference](#ci-integration-argument-reference) in this article.
44+
For the complete list of arguments you can use, see[CIintegrationsargument reference]({{site.baseurl}}/docs/gitops-integrations/ci-integrations/ci-argument-reference/).
4545

4646
{:start="4"}
4747
1. To generate a YAML snippet with the arguments, on the top-right, click**Generate Manifest**.

‎_docs/gitops-integrations/ci-integrations/ci-argument-reference.md‎

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,10 @@ The table describes _all_ the arguments required for CI integrations in general.
4444
|`CF_JIRA_SERVER_PAT`| The Personal Access Token (PAT) from your Git provider used for authentication to the Jira server, as an alternative to API token-based authentication. <br>When using PAT, configure`CF_JIRA_HOST_URL` instead of`CF_ISSUE_TRACKING_INTEGRATION`.| Optional|
4545
|`CF_JIRA_PROJECT_PREFIX`|Relevant only when you need a Jira integration with either API or PAT authentication.<br> One or more project prefixes in Jira to identify the Jira ticket number to use.<br>**NOTE**: Multiple project prefixes require runtime version 0.1.30 or higher. <br>To specify more than one prefix, use a comma-separated list or a regex. {::nomarkdown}<ul><li>Comma-separated list: <codeclass="highlighter-rouge">DEV,PROD,SAAS</code></li><li>Regex: Regex must start with a front slash <codeclass="highlighter-rouge">/</code> and end with <codeclass="highlighter-rouge">/g</code>. <br>Example: <codeclass="highlighter-rouge">/[A-Z]{2,}-\d+/g</code>.</li></ul>{:/}| Required|
4646
|`CF_JIRA_MESSAGE`| Relevant only when you need a Jira integration with either API or PAT authentication.<br> The Jira issue IDs matching the string to associate with the image.| Required|
47-
|`CF_JIRA_FAIL_ON_NOT_FOUND`| Relevant only when you need a Jira integration with either API or PAT authentication.<br> The report image action when the`CF_JIRA_MESSAGE` is not found. When set to`true`, the report image action is failed.| Required|
47+
|`CF_JIRA_FAIL_ON_NOT_FOUND`| Relevant only when you need a Jira integration with either API or PAT authentication.<br> The report image action when the`CF_JIRA_MESSAGE` is not found. When set to`true`, the report image action is failed.| Required|
48+
49+
##Related articles
50+
[Image enrichment with GitOps integrations]({{site.baseurl}}/docs/gitops-integrations/image-enrichment-overview/)
51+
[Container registry GitOps integrations]({{site.baseurl}}/docs/gitops-integrations/container-registries/)
52+
[Issue-tracking GitOps integrations]({{site.baseurl}}/docs/gitops-integrations/issue-tracking/)
53+

‎_docs/gitops-integrations/ci-integrations/codefresh-classic.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ The table describes the arguments required to connect Codefresh pipelines to Cod
8585
Except for Git branch and Git repo which are required, you can omit other Git provider arguments. Codefresh retrieves the required values from the runtime context selected for the integration.
8686
{{site.data.callout.end}}
8787

88-
For the complete argument reference, see[CI integration for GitOps argument reference]({{site.baseurl}}/docs/gitops-integrations/ci-integrations/#ci-integration-argument-reference).
88+
For the complete argument reference, see[CI integration for GitOps argument reference]({{site.baseurl}}/docs/gitops-integrations/ci-integrations/ci-argument-reference/).
8989

9090

9191
{: .table .table-bordered .table-hover}

‎_docs/gitops-integrations/gerrit-integration.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ See [Connect to Git provider]({{site.baseurl}}/docs/installation/gitops/hosted-r
101101

102102
###Enrich image information
103103
To enrich images with relevant information from Gerrit, incorporate Codefresh's image reporting step into your pipelines/workflows, providing relevant Gerrit arguments.
104-
Look for`CF_GERRIT_` in[CI integration argument reference]({{site.baseurl}}/docs/gitops-integrations/ci-integrations/#ci-integration-argument-reference).
104+
Look for`CF_GERRIT_` in[CI integration argument reference]({{site.baseurl}}/docs/gitops-integrations/ci-integrations/ci-argument-reference/).
105105

106106
##Related articles
107107
[Shared Configuration Repo]({{site.baseurl}}/docs/installation/gitops/shared-configuration/)

‎_posts/2022-08-15-august-gitops.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ max-width="60%"
100100
{: .table .table-bordered .table-hover}
101101
| Item| Description|
102102
| ----------| --------|
103-
|`CF_HOST`| Deprecated from v 0.0.460 and higher in CI integrations. Recommend using`CF_RUNTIME_NAME` instead. See[CI integrations argument reference]({{site.baseurl}}/docs/gitops-integrations/ci-integrations/#ci-integration-argument-reference).|
103+
|`CF_HOST`| Deprecated from v 0.0.460 and higher in CI integrations. Recommend using`CF_RUNTIME_NAME` instead. See[CI integrations argument reference]({{site.baseurl}}/docs/gitops-integrations/ci-integrations/ci-argument-reference/).|
104104
|`GHCR_GITHUB_TOKEN_AUTHENTICATION`| New value for`CF_CONTAINER_REGISTRY_INTEGRATION` argument. Can be selected for GitHub Container (GHCR) registries even when you don’t have a GHCR integration in Codefresh. See[GitHub Action-Codefresh integration settings]({{site.baseurl}}/docs/gitops-integrations/ci-integrations/github-actions/#github-action-gitops-integration-settings).|
105105

106106
##Bug fixes

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp