Change 10906

paul_allen (Paul Allen)
Paul Allen committed this change into //guest/perforce_software/p4jenkins/main/src/main
Request Review
Download .zip
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/…
  • Files 5
  • Comments 0
3 edited 2 added 0 deleted
java/org/jenkinsci/plugins/p4/PerforceScm.java#19
Loading...
java/org/jenkinsci/plugins/p4/matrix/MatrixOptions.java#1
Loading...
java/org/jenkinsci/plugins/p4/workspace/ManualWorkspaceImpl.java#7
Loading...
java/org/jenkinsci/plugins/p4/workspace/Workspace.java#6
Loading...
resources/org/jenkinsci/plugins/p4/matrix/MatrixOptions/config.jelly#1
Loading...
Tip: Use n and p to cycle through the changes.