提交 184c6fa4 编写于 作者: K kohsuke

exposing this for a plugin that Jitu is writing.

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@20845 71c3de6d-444a-0410-be80-ed276b4c234a
上级 603e489a
......@@ -1509,7 +1509,7 @@ public abstract class Run <JobT extends Job<JobT,RunT>,RunT extends Run<JobT,Run
* Builds up the environment variable map that's sufficient to identify a process
* as ours. This is used to kill run-away processes via {@link ProcessTree#killAll(Map)}.
*/
protected final EnvVars getCharacteristicEnvVars() {
public final EnvVars getCharacteristicEnvVars() {
EnvVars env = new EnvVars();
env.put("BUILD_NUMBER",String.valueOf(number));
env.put("BUILD_ID",getId());
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册