Skip to content

Commit be509ed

Browse files
Clarification for GUI to YAML
1 parent 5d9d0ce commit be509ed

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

_docs/configure-ci-cd-pipeline/pipelines.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,11 @@ The repository option is the recommended on. It reads the `codefresh.yml` file f
112112
The third option allows you to load the yml from any location, even from a different repository. This allows you to create yml files in a central repository or web server and reuse them in multiple Codefresh pipelines. So if you want
113113
to keep a separation between the code and the pipeline definitions you can select this method instead of having the `codefresh.yml` file in the same place as the source code.
114114

115-
### A starting Codefresh yml file
115+
### Switching between YAML and GUI steps
116+
117+
Once you switch to YAML mode, Codefresh will convert the existing GUI steps in the respective YAML syntax. This way you can
118+
easily upgrade a pipeline to YAML mode, after using the GUI steps and keep your custom commands. Note, that the opposite (going from YAML to GUI steps) is not supported or recommended. You will have start over if you switch to GUI mode.
119+
116120

117121
You can easily recreate the predefined GUI steps with the following yml file.
118122

0 commit comments

Comments
 (0)