<j:jelly xmlns:j="jelly:core" xmlns:f="/lib/form"> <f:entry title="${%Character Set}" field="charset"> <f:select default="none"/> </f:entry> <f:entry title="${%Workspace name}" field="name"> <f:textbox/> </f:entry> <f:entry title="${%Depot path for workspace spec}" field="specPath"> <f:textbox/> </f:entry> </j:jelly>
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#3 | 19519 | Paul Allen |
Jelly header update. <?jelly escape-by-default='true'?> |
||
#2 | 11472 | Paul Allen |
Pin the Workspace to the build host. Added a check box under the Workspace configuration to allow Jenkins to Pin the workspace, by setting the Host field. The hostname is resolved from the Computer object or InetAddress. |
||
#1 | 9690 | Paul Allen |
[Branching using p4-jenkins] Release 1.0.1 |
||
//guest/paul_allen/dev/p4-jenkins/p4-client/src/main/resources/org/jenkinsci/plugins/p4/workspace/SpecWorkspaceImpl/config.jelly | |||||
#1 | 9672 | Paul Allen | Refactor name from 'p4_client' to 'p4'. | ||
//guest/paul_allen/dev/p4-jenkins/p4-client/src/main/resources/org/jenkinsci/plugins/p4_client/workspace/SpecWorkspaceImpl/config.jelly | |||||
#1 | 9133 | Paul Allen |
Added Workspace mode for versioned Client Specs. Client Spec can be specified by depot path and used to configure workspace for build. - Includes fix for removing header when using p4 print. |