Skip to main content
Version: 5.8.x

BranchFreshnessUpdateStrategy

Defines the strategy used to update the branch or tag when the branch_freshness task is configured.

Table of contents

Enumeration Members

Enumeration Members

NONE

NONE = "none"

No attempt will be made to update the branch


REBASE

REBASE = "rebase"

The branch be rebased against the target branch on the pull request building built. If no pull request is detected, then this operation is a no-op.