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

Commit8fde54d

Browse files
Merge pull request#20 from codefresh-io/update-vars-add-cfbasebranch
Updating Branch Variables to explain the current CF_BRANCH contents d…
2 parents61b757a +bd62528 commit8fde54d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎_docs/codefresh-yaml/variables.md‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ All system provided variables will also be automatically injected to any freesty
2121
| -------------------------------------------------| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
2222
| {% raw %}`${{CF_REPO_OWNER}}`{% endraw %}| Repository owner.|
2323
| {% raw %}`${{CF_REPO_NAME}}`{% endraw %}| Repository name.|
24-
| {% raw %}`${{CF_BRANCH}}`{% endraw %}| Branch name of the Git repository of the main pipeline, at the time of execution. <br/>You can also use {% raw %}`${{CF_BRANCH_TAG_NORMALIZED}}`{% endraw %} to get the branch name normalized. It will be without any chars that are illegal in case the branch name were to be used as the Docker image tag name.|
24+
| {% raw %}`${{CF_BRANCH}}`{% endraw %}| Branch name (or Tag depending on the payload json) of the Git repository of the main pipeline, at the time of execution. <br/>You can also use {% raw %}`${{CF_BRANCH_TAG_NORMALIZED}}`{% endraw %} to get the branch name normalized. It will be without any chars that are illegal in case the branch name were to be used as the Docker image tag name.|
25+
| {% raw %}`${{CF_BASE_BRANCH}}`{% endraw %} | The base branch used during creation of Tag
2526
| {% raw %}`${{CF_COMMIT_AUTHOR}}`{% endraw %}| Commit author.|
2627
| {% raw %}`${{CF_COMMIT_URL}}`{% endraw %}| Commit url.|
2728
| {% raw %}`${{CF_COMMIT_MESSAGE}}`{% endraw %}| Commit message of the git repository revision, at the time of execution.<br/> The messages quotes are escaped (i.e. ' is not\', " is now\").|

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp