Skip to content

Commit

Permalink
[JENKINS-21013] Add helps for FileBuildParameters with MatrixProjects.
Browse files Browse the repository at this point in the history
  • Loading branch information
ikedam committed Jan 5, 2014
1 parent bf0d4e2 commit 645485f
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
Expand Up @@ -9,11 +9,11 @@
<j:if test="${descriptor.isMatrixProject(it)}">
<!-- Here is displayed only for matrix project-->
<f:optionalBlock field="useMatrixChild" title="${%Use files in matrix child builds}">
<f:entry field="combinationFilter" title="combinationFilter">
<f:entry field="combinationFilter" title="Combination Filter">
<f:textbox />
</f:entry>
<f:entry field="onlyExactRuns" title="">
<f:checkbox title="${%Use child builds exactly triggered from this parent build}" />
<f:entry field="onlyExactRuns" title="Only files in exact child builds">
<f:checkbox />
</f:entry>
</f:optionalBlock>
</j:if>
Expand Down
@@ -0,0 +1,6 @@
<div>
Write groovy expression to filter child builds whose files to use.
If not specified, uses all children.

See Combination Filter of Configuration Matrix for details of groovy expression.
</div>
@@ -0,0 +1,4 @@
<div>
Use child builds that is triggered exactly by the parent build.
This affects the behavior when you triggered only some of combinations using plugins, you removed some values from axes, and so on.
</div>
@@ -0,0 +1,4 @@
<div>
Use files in workspaces of child builds (that is, builds for each axes combination).
This works only when used in publishers of multi-configuration projects. Ignored when used in builders.
</div>

0 comments on commit 645485f

Please sign in to comment.