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/what-is-the-codefresh-yaml.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,6 +90,8 @@ Steps chaining and referencing is possible due to implementation of variables in
90
90
91
91
For more information on creating your own step, see the[steps page]({{site.baseurl}}/docs/codefresh-yaml/steps/).
92
92
93
+
You can also see the[full YAML specification]({{site.baseurl}}/docs/integrations/codefresh-api/#full-pipeline-specification) supported for pipelines. Note however that several fields are only accessible by using the[Codefresh API]({{site.baseurl}}/docs/integrations/codefresh-api) or[CLI](https://codefresh-io.github.io/cli/).
94
+
93
95
##Yaml validation
94
96
95
97
If you are editing Codefresh yaml within the Codefresh GUI, the editor will automatically highlight errors as they happen.