{
  "_class" : "hudson.model.UpdateSite$Plugin",
  "name" : "multibranch-build-strategy-extension",
  "sourceId" : "default",
  "url" : "https://updates.jenkins.io/download/plugins/multibranch-build-strategy-extension/55.v71b_c8fc0e904/multibranch-build-strategy-extension.hpi",
  "version" : "55.v71b_c8fc0e904",
  "categories" : [
    
  ],
  "compatible" : False,
  "compatibleSinceVersion" : None,
  "compatibleWithInstalledVersion" : True,
  "dependencies" : {
    "scm-api" : "683.vb_16722fb_b_80b_",
    "branch-api" : "2.1152.v6f101e97dd77",
    "git" : "5.2.1"
  },
  "excerpt" : "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. <br /> Each region uses <a href=\"https://ant.apache.org/manual/dirtasks.html\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">ant pattern matching</a>, and must be separated by a new line. Any commented line should start by <b>#</b> <br /> Each message uses Java pattern matching based on standard java.util.regex package, and must be separated by a new line. <strong>Examples:</strong> 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\\].*",
  "installed" : None,
  "neededDependencies" : [
    
  ],
  "optionalDependencies" : {
    
  },
  "releaseTimestamp" : 1736865203000,
  "requiredCore" : "2.426.3",
  "title" : "Pipeline: Multibranch build strategy extension",
  "wiki" : "https://plugins.jenkins.io/multibranch-build-strategy-extension"
}