1. Home
  2. Docs
  3. CI/CD (Preview)
  4. Pipelines

Pipelines

A pipeline is a sequential set of jobs to be executed to deploy and test and app. A pipeline can be triggered manually or on commit or once or twice a day.

Pipelines can call other pipelines to organize steps/jobs together.

In tab automation you can configure to let a pipeline run

The tab API shows the pipeline guid for use in remote pipelines that use the CI/CD API to start this pipeline.

Articles