Branch: refs/heads/master
Home: https://github.com/jenkinsci/p4-plugin
Commit: 01d82384293d1b9e44cf8136246b5c001f27f62f
https://github.com/jenkinsci/p4-plugin/commit/01d82384293d1b9e44cf8136246b5c001f27f62f
Author: Paul Allen <[email protected]>
Date: 2014-11-17 (Mon, 17 Nov 2014)
Changed paths:
M src/main/java/org/jenkinsci/plugins/p4/PerforceScm.java
A src/main/java/org/jenkinsci/plugins/p4/matrix/MatrixOptions.java
M src/main/java/org/jenkinsci/plugins/p4/workspace/ManualWorkspaceImpl.java
M src/main/java/org/jenkinsci/plugins/p4/workspace/Workspace.java
A
src/main/resources/org/jenkinsci/plugins/p4/matrix/MatrixOptions/config.jelly
Log Message:
-----------
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/…
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.