提交 88de1669 编写于 作者: K Kohsuke Kawaguchi

Jenkins

上级 8cd23888
......@@ -52,7 +52,7 @@ import java.util.UUID;
* case insensitive but case preserving.
*
* <p>
* In Hudson, often we need to build up "environment variable overrides"
* In Jenkins, often we need to build up "environment variable overrides"
* on master, then to execute the process on slaves. This causes a problem
* when working with variables like <tt>PATH</tt>. So to make this work,
* we introduce a special convention <tt>PATH+FOO</tt> &mdash; all entries
......@@ -81,7 +81,7 @@ public class EnvVars extends TreeMap<String,String> {
this();
putAll(m);
// because of the backward compatibility, some parts of Hudson passes
// because of the backward compatibility, some parts of Jenkins passes
// EnvVars as Map<String,String> so downcasting is safer.
if (m instanceof EnvVars) {
EnvVars lhs = (EnvVars) m;
......@@ -214,7 +214,7 @@ public class EnvVars extends TreeMap<String,String> {
*
* <p>
* Despite what the name might imply, this is the environment variable
* of the current JVM process. And therefore, it is Hudson master's environment
* of the current JVM process. And therefore, it is Jenkins master's environment
* variables only when you access this from the master.
*
* <p>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册