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

Commit7fa3e04

Browse files
authored
Missing variable (codefresh-io#331)
CF_STEP_NAME is not documented
1 parent3b1aba8 commit7fa3e04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎_docs/codefresh-yaml/variables.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ All system provided variables will also be automatically injected to any freesty
108108
| {% raw %}`${{CF_BUILD_TIMESTAMP}}`{% endraw %}| The timestamp the build was created. Note: use this variable as string with quotes to tag the image {% raw %}`${{CF_BUILD_TIMESTAMP}}`{% endraw %}|
109109
| {% raw %}`${{CF_BUILD_URL}}`{% endraw %}| The URL to the build in Codefresh|
110110
| {% raw %}`${{CF_PIPELINE_NAME}}`{% endraw %}| The full path of the pipeline, i.e. "project/pipeline"|
111+
| {% raw %}`${{CF_STEP_NAME}}`{% endraw %}| the name of the step, i.e. "MyUnitTests"|
111112
| {% raw %}`${{CF_URL}}`{% endraw %}| The URL of Codefresh system|
112113
| {% raw %}`${{CI}}`{% endraw %}| The value is always`true`|
113114
| {% raw %}`${{CF_KUBECONFIG_PATH}}`{% endraw %}| Path to injected kubeconfig if at least one Kubernetes cluster[is configured]({{site.baseurl}}/docs/deploy-to-kubernetes/add-kubernetes-cluster/). You can easily run[custom kubectl commands]({{site.baseurl}}/docs/deploy-to-kubernetes/custom-kubectl-commands/) since it is automatically setup by Codefresh in all pipelines.|

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp