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 cf_export description#364

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
kostis-codefresh merged 1 commit intomasterfromclassic-cf-export-cr1743
Jan 27, 2022
Merged
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
4 changes: 3 additions & 1 deletion_docs/codefresh-yaml/variables.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -217,7 +217,9 @@ For example if a pipeline variable is defined both in project level and as an ex
Steps defined inside steps are scoped to the step they were created in (even if you used the `export` command). In order to allow using variables across steps, we provide a shared file that facilitates variables importing and exporting. There are two ways to add variables to this file:

### Using cf_export command
Inside every freestyle step there's a command called `cf_export` that allows you to export variables across steps (by writing to the shared variables file).
Within every freestyle step, the `cf_export` command allows you to export variables across steps (by writing to the shared variables file).

> The variables exported with cf_export overrides those at the pipeline-level.

You can either:
- Explicitly state a VAR=VAL pair
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp