提交 d41d9ff7 编写于 作者: K Kohsuke Kawaguchi

As Dean pointed out, this was an incompatible change.

This reverts commit 0cab76ae.
上级 989b62b7
......@@ -185,7 +185,7 @@ public class EnvVars extends TreeMap<String,String> {
* when we later kill the processes.
*/
public static EnvVars createCookie() {
return new EnvVars("JENKINS_COOKIE", UUID.randomUUID().toString());
return new EnvVars("HUDSON_COOKIE", UUID.randomUUID().toString());
}
/**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册