Pipeline folders
Use folders to organize pipelines within your Prophecy project and facilitate project navigation and collaboration. Folders help you manage large numbers of pipelines by grouping them systematically. You'll be able to see new folders in both the visual and code view of the project.
Pipeline folders must be created inside the pipelines
directory of the project.
Limitations
Pipeline folders have the following limitations:
- Folders can only be created, not edited or removed
- You cannot rename folders after creation
- You cannot move pipelines between folders after they are created
Create a folder
Method 1: Create the folder directly
This is the most straightforward method to create a new folder.
- Open the project editor.
- In the left sidebar, hover over Pipelines.
- Click the + (plus) icon.
- Click the folder icon next to the directory path.
- Select the
pipelines
directory. - Click Add Folder.
- Enter your folder name.
- Click Save.
The folder is created. You can either create a new pipeline inside the folder or exit the new pipeline dialog.
If you exit the dialog, you can add a pipeline to the new folder later.
Method 2: Create the folder and a new pipeline
For this method, you type the pipeline path directly. However, it requires that you also create a new pipeline simultaneously.
- Open the project editor.
- In the left sidebar, hover over Pipelines.
- Click the + (plus) icon.
- In the Pipeline Name field, name your new pipeline.
- In the Directory Path field, type the new folder path (for example,
pipelines/finance
). - Click Create to save the new pipeline and the new folder.