Skip to content

Commit

Permalink
[JENKINS-15156] Missing call to onCreatedFromScratch caused failures …
Browse files Browse the repository at this point in the history
…in MatrixProjectTest (when run from Surefire at least).
  • Loading branch information
jglick committed Feb 27, 2013
1 parent 6d40738 commit 42ee611
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/main/java/hudson/matrix/MatrixProject.java
Expand Up @@ -609,6 +609,7 @@ public Combination apply(@Nullable List<String> strings) {
MatrixConfiguration config = configurations.get(c);
if(config==null) {
config = new MatrixConfiguration(this,c);
config.onCreatedFromScratch();
config.save();
configurations.put(config.getCombination(), config);
}
Expand Down

0 comments on commit 42ee611

Please sign in to comment.