Create Pipelines

How to Create a Pipeline in Console

Via JSON

You can define a pipeline spec in JSON directly in the console UI.

  1. Authenticate to Pachyderm or access Console via Localhost.
  2. Scroll through the project list to find a project you want to view.
  3. Select View Project.
  4. Select Create > Pipeline from the sidebar.
  5. Define a pipeline spec in JSON and ensure it’s valid.
  6. Review any cluster or project defaults that will be applied to the pipeline and overwrite them if necessary.
  7. 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.

  1. Authenticate to Pachyderm or access Console via Localhost.
  2. Scroll through the project list to find a project you want to view.
  3. Select View Project.
  4. Select Create > Pipeline from template from the sidebar.
  5. Provide a valid path to the pipeline spec file.
  6. Select Continue.
  7. Fill out any populated fields from the pipeline spec file and verify if default values are correct.
  8. Select Create Pipeline.