提交 a25326e6 编写于 作者: K kohsuke

reuse the "unknown" user instead of creating a new one

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@9970 71c3de6d-444a-0410-be80-ed276b4c234a
上级 91c993d5
......@@ -165,7 +165,7 @@ public class WebAppMain implements ServletContextListener {
// can be served quickly
Trigger.timer.schedule(new SafeTimerTask() {
public void doRun() {
User.get("nobody").getBuilds();
User.getUnknown().getBuilds();
}
}, 1000*10);
} catch (Error e) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册