Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[JENKINS-15156] PromotionProcessTest failed with parent set to 1.507 …
…because in lazy-loading versions of Jenkins the build list for a project must be explicitly created.
  • Loading branch information
jglick committed Mar 30, 2013
1 parent 8f07c80 commit add5557
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -132,6 +132,7 @@ public PromotionProcess addProcess(String name) throws IOException {
activeProcessNames.add(name);
processes.add(p);
buildActiveProcess();
p.onCreatedFromScratch();
return p;
}

Expand Down

0 comments on commit add5557

Please sign in to comment.