Pipeline: Multibranch build strategy extension

CloudBees CIVersion: 92.v6a_3f6939331d
Community-maintained and unsupported
Plugin ID: multibranch-build-strategy-extension
Minimum Jenkins required: 2.541.3
Last released: 7 days, 12 hours ago
This plugin provides additional configuration to prevent multibranch projects from triggering new builds based on a include or exclude regions in source repository or existence of a specific phrase in commit message of latest added commit.
Each region uses ant pattern matching, and must be separated by a new line. Any commented line should start by #
Each message uses Java pattern matching based on standard java.util.regex package, and must be separated by a new line. Examples: Exclusion (Region) # excluding html and jpeg changes to trigger builds src/main/web/**/*.html src/main/web/**/*.jpeg Inclusion (Region) # Any changes on java files will trigger build src/main/java/**/*.java Exclusion (Message) .*\[ci\-skip\].* .*\[maven\-release\-plugin\].*
Download Plugin
Pipeline: Multibranch build strategy extension 92.v6a_3f6939331d
SHA1:
f6c7435e7ec126e2d815b0c53dba4e8cdf174be8
SHA256:
af8320c4c37837f3db352419ccb041284897d7ebf058db6f14b7d30c555fcf7b
Older versions