提交 6b1f8d1a 编写于 作者: J Jesse Glick 提交者: Kohsuke Kawaguchi

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

[FIXED JENKINS-3265] Hotfix for regression in matrix project loading from 25084f52.(cherry picked from commit 3370e6ed)
上级 38cbd3af
......@@ -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.
先完成此消息的编辑!
想要评论请 注册