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

Update commit message formats#1265

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
NimRegev merged 5 commits intomasterfromgitops-promotion-tirgger
Apr 3, 2025
Merged
Show file tree
Hide file tree
Changes fromall 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
2 changes: 1 addition & 1 deletion_data/argohub-home-content.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -60,7 +60,7 @@
localurl: /gitops/products/assign-applications/
- title: Configuring app version and promoted properties
localurl: /gitops/products/promotion-version-properties/
- title:Selecting Promotion Flows
- title:Assigning Promotion Flows and triggers
localurl: /gitops/products/promotion-flow-triggers/


Expand Down
2 changes: 1 addition & 1 deletion_data/argohub-nav.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -218,7 +218,7 @@
url: "/assign-applications"
- title: Configuring version and promotable properties
url: "/promotion-version-properties"
- title:Selecting Promotion Flows
- title:Assigning Promotion Flows and triggers
url: "/promotion-flow-triggers"
- title: Tracking Releases for products
url: "/releases-in-products"
Expand Down
2 changes: 1 addition & 1 deletion_data/home-content.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -40,7 +40,7 @@
localurl: /docs/products/assign-applications/
- title: Configuring app version and promoted properties
localurl: /docs/products/promotion-version-properties/
- title:Selecting Promotion Flows
- title:Assigning Promotion Flows and triggers
localurl: /docs/products/promotion-flow-triggers/


Expand Down
2 changes: 1 addition & 1 deletion_data/nav.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -413,7 +413,7 @@
url: "/assign-applications"
- title: Configuring version and promotable properties
url: "/promotion-version-properties"
- title:Selecting Promotion Flows
- title:Assigning Promotion Flows and triggers
url: "/promotion-flow-triggers"
- title: Tracking releases for products
url: "/releases-in-products"
Expand Down
2 changes: 1 addition & 1 deletion_docs/products/assign-applications.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -40,7 +40,7 @@ You can always unassign an application from a product:


## Related articles
[Selecting Promotion Flowsfor Products]({{site.baseurl}}/docs/products/promotion-flow-triggers/)
[Assigning Promotion Flowsand triggers to products to products]({{site.baseurl}}/docs/products/promotion-flow-triggers/)
[Configuring version and promotable properties for Products]({{site.baseurl}}/docs/products/promotion-version-properties/)
[Tracking Product releases]({{site.baseurl}}/docs/promotions/product-releases/)
[Product Dashboard]({{site.baseurl}}/docs/dashboards/gitops-products/)
Expand Down
8 changes: 4 additions & 4 deletions_docs/products/configure-product-settings.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -170,16 +170,16 @@ Adding labels to a product lets you create access control rules that govern manu


## Select Promotion Flows for Products
Automate and orchestratepromotions across different environments for the product by:
* Selecting one or more predefined Promotion Flows
Customize automatedpromotionsfor productsacross different environments by:
* Selecting one or more predefined Promotion Flows valid for the product
* Customizing the conditions to trigger each Promotion Flow
Commit messages for trigger conditions are not restricted to single words. You can specify any commit message to trigger promotions.
For example, `update image tag to v1.1` would be a valid commit message.
* Defining the priority for each Flow when multiple Flows are configured


##### Before you begin
* Review [Selecting Promotion Flowsfor Products]({{site.baseurl}}/docs/products/promotion-flow-triggers/)
* Review [Assigning Promotion Flowsand triggers to products to products]({{site.baseurl}}/docs/products/promotion-flow-triggers/)


##### How to
Expand All@@ -189,7 +189,7 @@ Automate and orchestrate promotions across different environments for the produc
1. From the list of Promotion Flows, select a predefined Flow for the product.
1. Define the conditions to match and trigger the Promotion Flow:
1. **Property**: The property to monitor for changes, based on either the text description associated with the commit message (`commitMessage`), or the commit hash generated by Git (`gitRevision`).
`commitMessage` can be a single or multiple words, ora set of words.
`commitMessage` can be a single or multiple words, orphrases with or without wildcards (`*`).
1. **Operator**: The operator to apply when matching the Property, based on inclusion or exclusion, with or without wildcards.
`In`: Checks if the commit message or Git revision <i>includes</i> the specified value or any value within a set of values. Commit messages can include
`NotIn`: Checks if the commit message or Git revision <i>does not include</i> the specified value or any value within a set of values.
Expand Down
2 changes: 1 addition & 1 deletion_docs/products/create-product.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -69,5 +69,5 @@ To create a product for a new or an existing application, see [Configuring appli
## Related articles
[Configure Product Settings]({{site.baseurl}}/docs/products/configure-product-settings/)
[Assigning applications to Products]({{site.baseurl}}/docs/products/assign-applications/)
[Selecting Promotion Flowsfor Products]({{site.baseurl}}/docs/products/promotion-flow-triggers/)
[Assigning Promotion Flowsand triggers to products]({{site.baseurl}}/docs/products/promotion-flow-triggers/)
[Tracking Product releases]({{site.baseurl}}/docs/promotions/product-releases/)
20 changes: 12 additions & 8 deletions_docs/products/promotion-flow-triggers.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
---
title: "Selecting Promotion Flowsfor products"
description: "Select Promotion Flows and configuretriggerstoorchestrate product promotions"
title: "Assigning Promotion Flowsand triggers to products"
description: "Select Promotion Flows and configuretheir trigger conditionstooptimize product promotions"
group: products
toc: true
---

## Promotion Flows for products
A Promotion Flow in Codefresh GitOps defines the steps, validations, and conditions required to promote a product and its applications from one environment to another.

By selecting Promotion Flows for a product you can choose the most relevant flows for its deployment strategy.By configuring trigger conditions for each Flow, you can structure promotions for the product, tailored to its needs, improving deployment consistency and efficiency.
By selecting Promotion Flows for a product you can choose the most relevant flows for its deployment strategy.By configuring trigger conditions for each Flow, you can structure promotions for the product, tailored to its needs, improving deployment consistency and efficiency.

##### Benefits of Promotion Flows with triggers tailored for products

Expand All@@ -25,18 +25,22 @@ By selecting Promotion Flows for a product you can choose the most relevant flow
Arrange the Promotion Flows in a prioritized order to control the sequence in which they are evaluated and executed.


## Where toconfigure Promotion Flows andtriggers
## Where toassign Promotion Flows andtrigger conditions
In **Product > Settings > Promotion Flows**.
Select one or more Promotion Flows for the product, and then configure custom conditions to trigger each of the flows.
See also [Product CRD](#promotion-crd).

##### Commit messages & Git revisions
## Commit messages & Git revisions
You can monitor changes based on the commit message (`commitMessage`) or the Git revision (`gitRevision`).
The commit message can include single words, multiple words, or phrases. For example, `hotfix` or `update image to v1.2`. There are no restrictions on commit messages.


### Commit message formats
There are no restrictions on commit messages. The commit message can include:
* A single word, for example, `hotfix`
* Multiple words, for example, `hotfix` `upgrade`
* Phrases with or without wildcards (`*`), for example, `refactor Helm chart values`, `update image to v1.*`, `[GitOps] Update image tag to v2.0`.


##### Matching operators for filtering commits
### Matching operators for filtering commits
Operators define how commit messages or Git revisions are matched:
* `In`: Includes the specified value or any value from a set.
* `NotIn`: Excludes the specified value or any value from a set.
Expand Down
2 changes: 1 addition & 1 deletion_docs/products/promotion-version-properties.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -366,6 +366,6 @@ To configure directly in YAML, refer to our [Promotion Template YAML]({{site.bas

## Related articles
[Assigning applications to Products]({{site.baseurl}}/docs/products/assign-applications/)
[Selecting Promotion Flowsfor Products]({{site.baseurl}}/docs/products/promotion-flow-triggers/)
[Assigning Promotion Flowsand triggers to products]({{site.baseurl}}/docs/products/promotion-flow-triggers/)
[Tracking Product releases]({{site.baseurl}}/docs/promotions/product-releases/)
[Configure Product Settings]({{site.baseurl}}/docs/products/configure-product-settings/)
2 changes: 1 addition & 1 deletion_docs/products/releases-in-products.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -55,5 +55,5 @@ For detailed information, see [Tracking product releases]({{site.baseurl}}/docs/

## Related articles
[Assigning applications to Products]({{site.baseurl}}/docs/products/assign-applications/)
[Selecting Promotion Flowsfor Products]({{site.baseurl}}/docs/products/promotion-flow-triggers/)
[Assigning Promotion Flowsand triggers to products]({{site.baseurl}}/docs/products/promotion-flow-triggers/)
[Configure Product Settings]({{site.baseurl}}/docs/products/configure-product-settings/)

[8]ページ先頭

©2009-2025 Movatter.jp