提交 d07c2109 编写于 作者: K kohsuke

explained exhaustive testing.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@3865 71c3de6d-444a-0410-be80-ed276b4c234a
上级 3046adfd
......@@ -14,4 +14,9 @@
Variables specified here are made available as environment variables to the build.
In addition, for Ant and Maven, variables are also exposed as properties, as if
<tt>-D<i>variableName</i>=<i>value</i></tt> are specified on the command line.
<p>
When multiple axes are specified, all the possible combinations of axes are built
exhaustively. Multiple values in labels and JDKs are treated in the same way. So
if you specify jdk=[JDK5,JDK6], database=[mysql,postgresql,oracle], container=[jetty,tomcat],
then each build will consists of 2x3x2=12 different sub-builds.
</div>
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册