You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _docs/codefresh-yaml/variables.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,6 +108,7 @@ All system provided variables will also be automatically injected to any freesty
108
108
| {% 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 %}|
109
109
| {% raw %}`${{CF_BUILD_URL}}`{% endraw %}| The URL to the build in Codefresh|
110
110
| {% 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"|
111
112
| {% raw %}`${{CF_URL}}`{% endraw %}| The URL of Codefresh system|
112
113
| {% raw %}`${{CI}}`{% endraw %}| The value is always`true`|
113
114
| {% 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.|