Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 93b88af550666002d41aa8fc185e3d0309fb18bf
      
https://github.com/jenkinsci/jenkins/commit/93b88af550666002d41aa8fc185e3d0309fb18bf
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2012-05-22 (Tue, 22 May 2012)

  Changed paths:
    M core/src/main/java/hudson/matrix/MatrixRun.java

  Log Message:
  -----------
  doc change


  Commit: 06ec0c3dd8549fdc45988518bec1b4d381dc63f0
      
https://github.com/jenkinsci/jenkins/commit/06ec0c3dd8549fdc45988518bec1b4d381dc63f0
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2012-05-22 (Tue, 22 May 2012)

  Changed paths:
    M core/src/main/java/hudson/FilePath.java

  Log Message:
  -----------
  doc improvement


  Commit: 33a4c2f08c318d81ee2633363b18797b1732b517
      
https://github.com/jenkinsci/jenkins/commit/33a4c2f08c318d81ee2633363b18797b1732b517
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2012-05-22 (Tue, 22 May 2012)

  Changed paths:
    M changelog.html
    M core/src/main/java/hudson/matrix/MatrixConfiguration.java
    M core/src/main/java/hudson/matrix/MatrixProject.java
    M core/src/main/java/hudson/matrix/MatrixRun.java
    M core/src/main/java/hudson/model/AbstractBuild.java
    M core/src/main/java/hudson/model/AbstractProject.java
    M core/src/main/java/hudson/slaves/WorkspaceList.java
    M 
core/src/main/resources/hudson/matrix/MatrixProject/configure-entries.jelly
    A 
core/src/main/resources/hudson/matrix/MatrixProject/help-childCustomWorkspace.html
    M core/src/main/resources/lib/hudson/project/config-customWorkspace.jelly
    A test/src/test/groovy/hudson/matrix/MatrixProjectCustomWorkspaceTest.groovy

  Log Message:
  -----------
  redone the custom workspace support in matrix project.

The previous implementation was always appending the per-configuration unique 
suffix, making it impossible for different configuration builds to share 
workspaces. In this fix, we introduce a secondary field to control the 
workspace of sub-builds (which can be either absolute or relative to the matrix 
head workspace.)


  Commit: 8f6fda00525e5d0bf629703e18f63538f966bac9
      
https://github.com/jenkinsci/jenkins/commit/8f6fda00525e5d0bf629703e18f63538f966bac9
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2012-05-22 (Tue, 22 May 2012)

  Changed paths:
    M core/src/main/java/hudson/console/HyperlinkNote.java
    A core/src/main/java/hudson/console/ModelHyperlinkNote.java
    M core/src/main/java/hudson/matrix/DefaultMatrixExecutionStrategyImpl.java
    M core/src/main/java/hudson/matrix/MatrixBuild.java
    M core/src/main/java/hudson/model/AbstractBuild.java
    M core/src/main/java/hudson/model/Cause.java
    M core/src/main/java/hudson/model/queue/CauseOfBlockage.java
    M core/src/main/java/hudson/tasks/BuildTrigger.java
    M core/src/main/java/jenkins/model/CauseOfInterruption.java

  Log Message:
  -----------
  added a subtype of HyperlinkNote that creates model link


  Commit: c7d8b541787f36b50f7f0aaf91fc334a233f405b
      
https://github.com/jenkinsci/jenkins/commit/c7d8b541787f36b50f7f0aaf91fc334a233f405b
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2012-05-22 (Tue, 22 May 2012)

  Changed paths:
    M changelog.html

  Log Message:
  -----------
  [FIXED JENKINS-6747] support concurrent runs of matrix builds.

The actual fix was in c86aa67953ca0d7d5e8a0ede276a659cdbe8ba6b


Compare: https://github.com/jenkinsci/jenkins/compare/25b6943...c7d8b54

Reply via email to