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

Commit2bf4be0

Browse files
committed
more about variable kinds
1 parentb57ba56 commit2bf4be0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

‎_docs/codefresh-yaml/variables.md‎

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,14 @@ Once a variable has been created it will:
5555

5656
Custom variables are wiped clean on every pipeline execution, but are not modified as the steps progress.
5757

58+
User provided variables can be defined at 4 levels:
59+
1. Freestyle step definition: using the`environment` field.
60+
1. Pipeline execution: after clicking the "Build" button, open the "Advanced options" section.
61+
1. Pipeline definition: under "Environment variables" section in the pipeline view.
62+
1. Shared Configuration: defined under your account settings, and used using the "Import from shared configuration" button under the "Environment Variables" section in the pipeline view.
63+
64+
The options are listed in order of importance, so in case of multiple variables defined at different location with the same name, the order of overriding will be as listed here.
65+
5866
<divclass="bd-callout bd-callout-info"markdown="1">
5967
#####Exporting environment variables from a freestyle step
6068

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp