{
  "_class" : "hudson.model.UpdateSite$Plugin",
  "name" : "multibranch-build-strategy-extension",
  "sourceId" : "default",
  "url" : "https://updates.jenkins.io/download/plugins/multibranch-build-strategy-extension/60.vce1b_19770361/multibranch-build-strategy-extension.hpi",
  "version" : "60.vce1b_19770361",
  "categories" : [
    
  ],
  "compatible" : False,
  "compatibleSinceVersion" : None,
  "compatibleWithInstalledVersion" : True,
  "dependencies" : {
    "scm-api" : "696.v778d637b_a_762",
    "branch-api" : "2.1206.vd9f35001c95c",
    "git" : "5.5.2"
  },
  "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=\"nofollow noreferrer noopener\">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" : 1737670371000,
  "requiredCore" : "2.452.4",
  "title" : "Pipeline: Multibranch build strategy extension",
  "wiki" : "https://plugins.jenkins.io/multibranch-build-strategy-extension"
}