Skip to content

Commit

Permalink
Hide workspace cleanup feature until polling side effects are explored.
Browse files Browse the repository at this point in the history
The syntax generator will still show `cleanup: false`, allowing users to set it to 'true' if they want to try it out.
  • Loading branch information
p4paul committed Oct 30, 2018
1 parent 83baa53 commit 774da27
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -15,9 +15,9 @@
<f:checkbox title="${%Pin the workspace to the build host}" default="false"/>
</f:entry>

<f:entry field="cleanup">
<!--f:entry field="cleanup">
<f:checkbox title="${%Delete the Perforce Client after checkout}" default="false"/>
</f:entry>
</f:entry-->

<f:entry>
<f:property field="spec" />
Expand Down

0 comments on commit 774da27

Please sign in to comment.