<div> <b>Workspace name formatter</b> <p>Jenklin slave nodes must each use a unique Perforce workspace. The format string configures the workspace name by substituting the following tokens: (at least one token must be used)</p> <ul> <dt>${node}</dt> <dd>The name given to the slave Jenkins node. (Caution this might not be unique).</dd> <dt>${hostname}</dt> <dd>The hostname for the slave Jenkins node.</dd> <dt>${project}</dt> <dd>The name of the Jenkins build Job. (Caution this is not unique for slaves).</dd> <dt>${hash}</dt> <dd>Unique hash code of the Jenkins node.</dd> </ul> </div>
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#2 | 9769 | Paul Allen | Copying using p4-jenkins | ||
#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/TemplateWorkspaceImpl/help-format.html | |||||
#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/TemplateWorkspaceImpl/help-format.html | |||||
#2 | 8769 | Paul Allen | Update to charset option for workspaces to use a drop-down select with a default of 'none'. | ||
#1 | 8738 | Paul Allen |
Workspace Name Formatter. For Template and Stream workspaces it allows the substitution of the following tags: ${node} The name given to the slave Jenkins node. ${hostname} The hostname for the slave Jenkins node. ${project} The name of the Jenkins build Job. ${hash} Unique hash code of the Jenkins node. |
||
//guest/paul_allen/dev/p4-jenkins/p4-client/src/main/resources/org/jenkinsci/plugins/p4_client/workspace/TemplateWorkspaceImpl/help-prefix.html | |||||
#1 | 8737 | Paul Allen |
Added basic Help for SCM Configuration page. Tidy up descriptions and fix (null:null) in Credential summary. |