<j:jelly xmlns:j="jelly:core" xmlns:f="/lib/form"> <f:entry title="${%Character Set}" field="charset"> <f:textbox default="none"/> </f:entry> <f:entry title="${%Workspace name }" field="name"> <f:textbox/> </f:entry> <f:entry title="${%Options}"> <table width="100%"> <td><f:checkbox title="${%ALLWRITE}" field="allwrite"/></td> <td><f:checkbox title="${%CLOBBER}" field="clobber"/></td> <td><f:checkbox title="${%COMPRESS}" field="compress"/></td> <td><f:checkbox title="${%LOCKED}" field="locked"/></td> <td><f:checkbox title="${%MODTIME}" field="modtime"/></td> <td><f:checkbox title="${%RMDIR}" field="rmdir"/></td> </table> </f:entry> <f:entry title="${%Line Endings }" field="line"> <f:select/> </f:entry> <f:entry title="${%View Mappings }" field="view"> <f:textarea/> </f:entry> </j:jelly>
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#6 | 9672 | Paul Allen | Refactor name from 'p4_client' to 'p4'. | ||
#5 | 8769 | Paul Allen | Update to charset option for workspaces to use a drop-down select with a default of 'none'. | ||
#4 | 8756 | Paul Allen | Added Stream field to Manual Workspace config. | ||
#3 | 8755 | Paul Allen | JavaScript automation for populating Client workspace spec in Manual mode. | ||
#2 | 8749 | Paul Allen |
Split off Worksapce Spec from Manual Workspace configuration into a Property Jelly item. Plan to autoload values based on selected client. |
||
#1 | 8697 | Paul Allen |
Added Manual workspace option for user to define Options/LineEnd/View etc... in Jenkins. |