提交 d21407be 编写于 作者: K kohsuke

[FIXED HUDSON-6311] (actually, this change went in as rev.30287, but I'm...

[FIXED HUDSON-6311] (actually, this change went in as rev.30287, but I'm testing if the issue update is working again)

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@30290 71c3de6d-444a-0410-be80-ed276b4c234a
上级 e57e27da
......@@ -1646,6 +1646,7 @@ public abstract class Run <JobT extends Job<JobT,RunT>,RunT extends Run<JobT,Run
env.put("BUILD_URL", rootUrl+getUrl());
env.put("JOB_URL", rootUrl+getParent().getUrl());
}
if(!env.containsKey("HUDSON_HOME"))
env.put("HUDSON_HOME", Hudson.getInstance().getRootDir().getPath() );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册