config.jelly #2

  • //
  • guest/
  • perforce_software/
  • p4jenkins/
  • main/
  • src/
  • main/
  • resources/
  • org/
  • jenkinsci/
  • plugins/
  • p4/
  • matrix/
  • MatrixOptions/
  • config.jelly
  • View
  • Commits
  • Open Download .zip Download (436 B)
<?jelly escape-by-default='true'?>
<j:jelly 	xmlns:j="jelly:core" 	xmlns:st="jelly:stapler" 	xmlns:d="jelly:define" 
			xmlns:l="/lib/layout" 	xmlns:t="/lib/hudson" 		xmlns:f="/lib/form">
					
	<f:entry field="runSequentially">
		<f:checkbox title="${%Run each configuration sequentially}" default="false"/>
	</f:entry>
	
	<f:entry field="buildParent">
		<f:checkbox title="${%Build parent}" default="false"/>
	</f:entry>
		
</j:jelly>
# Change User Description Committed
#2 19519 Paul Allen Jelly header update.

<?jelly escape-by-default='true'?>
#1 10906 Paul Allen Matrix Polling and Parent control

 - Polling for Matrix builds calculates changes based on children.

 - Parent build disabled when using "Matrix options for Perforce" in the Matrix Configuration (can be enabled by checking the “Build parent” box).

 - Parent Build now substitutes ${var} with ‘*’ for the workspace view. e.g.

  //depot/${os}/… //ws/${os}/…

becomes…

  //depot/*/… //ws/*/…

instead of…

  //depot/os/… //ws/os/…