提交 3370e6ed 编写于 作者: J Jesse Glick

[FIXED JENKINS-3265] Hotfix for regression in matrix project loading from 25084f52.

上级 78b26342
......@@ -666,6 +666,9 @@ public class MatrixProject extends AbstractProject<MatrixProject,MatrixBuild> im
}
public MatrixConfiguration getItem(Combination c) {
if (configurations == null) {
return null;
}
return configurations.get(c);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册