|
||||||||
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
[JIRA] (JENKINS-14619) Matrix problem with Parameterized Build
scm_issue_l...@java.net (JIRA) Sat, 01 Sep 2012 11:24:54 -0700
- [JIRA] (JENKINS-14619) Matrix problem with ... morl...@java.net (JIRA)
- [JIRA] (JENKINS-14619) Matrix problem ... morl...@java.net (JIRA)
- [JIRA] (JENKINS-14619) Matrix problem ... morl...@java.net (JIRA)
- [JIRA] (JENKINS-14619) Matrix problem ... morl...@java.net (JIRA)
- [JIRA] (JENKINS-14619) Matrix problem ... morl...@java.net (JIRA)
- [JIRA] (JENKINS-14619) Matrix problem ... morl...@java.net (JIRA)
- [JIRA] (JENKINS-14619) Matrix problem ... cjo9...@java.net (JIRA)
- [JIRA] (JENKINS-14619) Matrix problem ... morl...@gmail.com (JIRA)
- [JIRA] (JENKINS-14619) Matrix problem ... scm_issue_l...@java.net (JIRA)
- [JIRA] (JENKINS-14619) Matrix problem ... cjo9...@java.net (JIRA)
Code changed in jenkins
User: Kohsuke Kawaguchi
Path:
core/src/main/java/hudson/matrix/DefaultMatrixExecutionStrategyImpl.java
core/src/main/java/hudson/matrix/MatrixChildAction.java
core/src/main/java/hudson/matrix/MatrixConfiguration.java
core/src/main/java/hudson/model/ParametersAction.java
test/src/test/groovy/hudson/matrix/MatrixProjectTest.groovy
http://jenkins-ci.org/commit/jenkins/f250ead3b58dcbfa42e788bf71d6019627eb2950
Log:
Create a marker interface for actions to beable to pass matrix configurations
create a Interface that Actions can implement to indicat that they
should be passed from
the matrix parent to the indiviual configurations.
This means that the SVN Parameters can be passed to them.
Partial fix for JENKINS-14619 also needs changes in SVN SCM plugin to
fix completely.
Developed by cjo9900