提交 f19fcf31 编写于 作者: K kohsuke

making envrionment variables available as system properties.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@4230 71c3de6d-444a-0410-be80-ed276b4c234a
上级 4e2d71e1
......@@ -30,7 +30,7 @@
<f:entry title="Root POM" help="/help/maven/root-pom.html">
<f:textbox name="rootPOM" value="${it.rootPOM}"/>
</f:entry>
<f:entry title="Goals" help="/help/maven/goals.html">
<f:entry title="Goals" help="help-goals">
<f:textbox name="goals" value="${it.userConfiguredGoals}"/>
</f:entry>
<f:advanced>
......
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form">
<l:ajax>
<div>
Specify a whitespace-separated list of maven goals or phases to be executed,
such as "install javadoc:javadoc". If left unspecified,
<a href="http://maven.apache.org/pom.html#basebuild_element">the default goal</a>
specified in the POM will be used, and if even that is unspecified, "install"
will be run.
<p>
This field can also include any other Maven options. Hudson also makes
<a href="${rootURL}/env-vars.html">these variables</a>
available as system properties to builds.
</p>
</div>
</l:ajax>
</j:jelly>
\ No newline at end of file
<div>
Specify a whitespace-separated list of maven goals or phases to be executed,
such as "install javadoc:javadoc". If left unspecified,
<a href="http://maven.apache.org/pom.html#basebuild_element">the default goal</a>
specified in the POM will be used, and if even that is unspecified, "install"
will be run.
<p>
This field can also include any other Maven options. Hudson also makes the following
variables available to builds.
<dl>
<dt>hudson.build.number</dt>
<dd>The current builder number</dd>
</dl>
</div>
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册