提交 566def3b 编写于 作者: S Stephen Connolly

[JENKINS-32765] Fix failing tests

上级 bdb3c0c6
......@@ -207,7 +207,7 @@ public abstract class PluginManager extends AbstractModelObject implements OnMas
if(!rootDir.exists())
rootDir.mkdirs();
String workDir = System.getProperty(PluginManager.class.getName()+".workDir");
if (workDir == null) {
if (workDir == null && context != null) {
workDir = context.getInitParameter(PluginManager.class.getName() + ".workDir");
}
this.workDir = workDir == null ? null : new File(workDir);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册