提交 594a4e75 编写于 作者: J Jesse Glick

If JenkinsLocationConfiguration.jenkinsUrl is still null,...

If JenkinsLocationConfiguration.jenkinsUrl is still null, CoreEnvironmentContributor will silently skip several variables.
No obvious fix for that, but at least document it so it is not so surprising.
上级 4f68a088
......@@ -12,6 +12,6 @@ NODE_NAME.blurb=Name of the slave if the build is on a slave, or "master" if run
NODE_LABELS.blurb=Whitespace-separated list of labels that the node is assigned.
WORKSPACE.blurb=The absolute path of the directory assigned to the build as a workspace.
JENKINS_HOME.blurb=The absolute path of the directory assigned on the master node for Jenkins to store data.
JENKINS_URL.blurb=Full URL of Jenkins, like <tt>http://server:port/jenkins/</tt>
BUILD_URL.blurb=Full URL of this build, like <tt>http://server:port/jenkins/job/foo/15/</tt>
JOB_URL.blurb=Full URL of this job, like <tt>http://server:port/jenkins/job/foo/</tt>
JENKINS_URL.blurb=Full URL of Jenkins, like <tt>http://server:port/jenkins/</tt> (note: only available if <i>Jenkins URL</i> set in system configuration)
BUILD_URL.blurb=Full URL of this build, like <tt>http://server:port/jenkins/job/foo/15/</tt> (<i>Jenkins URL</i> must be set)
JOB_URL.blurb=Full URL of this job, like <tt>http://server:port/jenkins/job/foo/</tt> (<i>Jenkins URL</i> must be set)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册