<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 | |
---|---|---|---|---|---|
#3 | 9965 | Paul Allen |
Removed old 'node', 'hostname', 'hash' and 'project'. - These are either not used or covered in the Environment. - Updated the help. |
||
#2 | 9750 | Paul Allen |
Add support for Environment variables. Includes cleanup of Perforce exception reporting for Connections and Workspaces. |
||
#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/StreamWorkspaceImpl/help-format.html | |||||
#1 | 8769 | Paul Allen | Update to charset option for workspaces to use a drop-down select with a default of 'none'. |