Skip to main content

Overview

Pipelines help you automate steps in your software delivery process, such as initiating code builds, running automated tests, and deploying to a staging or production environment.

Gitness supports multiple pipelines per repository.

Create and run a pipeline

  1. Select Pipelines from the repository view, then select New Pipeline
  2. Enter a pipeline name, branch and path for the pipeline YAML file, then select Create
  3. Optionally select Generate in the pipeline editor to have Gitness build your pipeline for you
  4. Select Save and Run, then select Run pipeline

Next steps