linux_wiki:jenkins_multibranch_pipeline

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
linux_wiki:jenkins_multibranch_pipeline [2019/06/23 18:27]
billdozor [Build Strategies]
linux_wiki:jenkins_multibranch_pipeline [2019/07/13 20:39] (current)
billdozor [Build Strategies]
Line 49: Line 49:
  
   * Install the plugin: [[https://wiki.jenkins.io/display/JENKINS/Basic+Branch+Build+Strategies+Plugin|Basic Branch Build Strategies Plugin]]   * Install the plugin: [[https://wiki.jenkins.io/display/JENKINS/Basic+Branch+Build+Strategies+Plugin|Basic Branch Build Strategies Plugin]]
-    * "Skip initial build on first branch indexing" +    * "All Strategies Match" 
-      * Don't build upon initial branch discovery (will build every time after if changes are discovered unless further build strategies are added) +      * The strategies contained are all used together. This strategy must be used to contain the next two if you don't want automatic scm triggering. 
-    * "Named Branches" +      * "Skip initial build on first branch indexing" 
-      * Add "Wildcard include/exclude" +        * Don't build upon initial branch discovery (will build every time after if changes are discovered unless further build strategies are added) 
-        * "Exclude: *" +      * "Named Branches" 
-          * This will exclude all matched branch names from building - useful if you only want to build branches explicitly and not automatically. (such as deploy jobs) You could also only exclude branches that may deploy to production (For example: master)+        * Add "Wildcard include/exclude" 
 +          * "Exclude: *" 
 +            * This will exclude all matched branch names from building - useful if you only want to build branches explicitly and not automatically. (such as deploy jobs) You could also only exclude branches that may deploy to production (For example: master)
  
 ---- ----
  
  • linux_wiki/jenkins_multibranch_pipeline.1561328875.txt.gz
  • Last modified: 2019/06/23 18:27
  • by billdozor