Run Commands
Read the PPS series >

Output Branch PPS

Define the branch where the pipeline outputs new commits.

Spec #

This is a top-level attribute of the pipeline spec.

{
    "pipeline": {...},
    "transform": {...},
    "outputBranch": string,
    ...
}

Behavior #

  • Set to master by default.

When to Use #

Use this setting to output commits to dev or testing branches.