提交 42ee6113 编写于 作者: J Jesse Glick

[JENKINS-15156] Missing call to onCreatedFromScratch caused failures in...

[JENKINS-15156] Missing call to onCreatedFromScratch caused failures in MatrixProjectTest (when run from Surefire at least).
上级 6d40738a
......@@ -609,6 +609,7 @@ public class MatrixProject extends AbstractProject<MatrixProject,MatrixBuild> im
MatrixConfiguration config = configurations.get(c);
if(config==null) {
config = new MatrixConfiguration(this,c);
config.onCreatedFromScratch();
config.save();
configurations.put(config.getCombination(), config);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册