Create Pipelines
How to Create a Pipeline in Console #
Via JSON #
You can define a pipeline spec in JSON directly in the console UI.
- Authenticate to Pachyderm or access Console via Localhost.
- Scroll through the project list to find a project you want to view.
- Select View Project.
- Select Create > Pipeline from the sidebar.
- Define a pipeline spec in JSON and ensure it’s valid.
- Review any cluster or project defaults that will be applied to the pipeline and overwrite them if necessary.
- Select Create Pipeline.
Via Pipeline Template #
You can create a pipeline by referencing a templated pipeline spec file in the console UI. This is a very powerful and fast way of creating pipelines that follow set standards and best practices for your organization. Pipeline templates support jsonnet.
- Authenticate to Pachyderm or access Console via Localhost.
- Scroll through the project list to find a project you want to view.
- Select View Project.
- Select Create > Pipeline from template from the sidebar.
- Provide a valid path to the pipeline spec file.
- Select Continue.
- Fill out any populated fields from the pipeline spec file and verify if default values are correct.
- Select Create Pipeline.