Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[JENKINS-24195] Added irrelevant group removal for Windows
The checkbox for enabling the "Remove irrelevant groups"
has been added for Windows based masters as well.
  • Loading branch information
fredrikpersson committed Aug 12, 2014
1 parent a256199 commit 962f2c9
Showing 1 changed file with 4 additions and 1 deletion.
Expand Up @@ -11,7 +11,10 @@
</f:entry>
<f:entry title="${%Domain controller}" field="server">
<f:textbox />
</f:entry>
</f:entry>
<f:entry field="removeIrrelevantGroups" title="${%Remove irrelevant groups}">
<f:checkbox />
</f:entry>
</f:advanced>
</j:when>
<j:otherwise>
Expand Down

0 comments on commit 962f2c9

Please sign in to comment.