提交 19757581 编写于 作者: M mindless

add build.type property so release candidate build can change "private" to "rc"


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@30801 71c3de6d-444a-0410-be80-ed276b4c234a
上级 09db5361
......@@ -124,7 +124,8 @@ THE SOFTWARE.
<tstamp>
<format property="now" pattern="MM/dd/yyyy hh:mm" unit="hour" />
</tstamp>
<property name="build.version" value="${version} (private-${now}-${user.name})" />
<property name="build.type" value="private" /> <!-- override for "rc" build -->
<property name="build.version" value="${version} (${build.type}-${now}-${user.name})" />
<!-- default to release version -->
<!-- put the version file -->
<echo message="The build id is: ${build.version}" />
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册