Pipeline: Multibranch build strategy extension

CloudBees CIVersion: 60.vce1b_19770361
Tier 3: Community
Plugin ID: multibranch-build-strategy-extension
Minimum Jenkins required: 2.452.4
Last released: 1 month, 28 days 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 60.vce1b_19770361
SHA1:
8a661f874bf52389bfbbb85d4d2dd3140a3109de
SHA256:
a2674a0f1637355a2c0a92eb012259d5d304afc64e378a281ab09711bddc7b0b
Older versions