Uses a specified template to generate the workspace view. The name of the workspace is generated using the Workspace Name Format field. This makes it an ideal choice for Matrix builds.
jenkins-${NODE_NAME}-${JOB_NAME}-${EXECUTOR_NUMBER}
For more information about variables, see Variable Expansion.
Click the browser Back button to go back to the previous page.
# Streams Workspace Uses a specified template to generate the workspace view. The name of the workspace is generated using the **Workspace Name Format** field. This makes it an ideal choice for Matrix builds. ![Template Workspace Configuration](images/streamsworkspace.png) 1. **Workspace behaviour:** select **Streams (view generated by Perforce for each node)** from the dropdown list. 2. **Character Set:** sets the character set used by Jenkins when syncing files from the Perforce Helix Core Server. This should be set to **none** unless the workspace is connected to a Unicode enabled Helix Server. 3. **Stream Codeline:** specify the full Perforce depot path for the stream that will be used to create or update the Jenkins build workspace. If you are connected to a Helix Server, streams will be auto suggested as you type. 4. **Stream at change:** when specified, the client view is generated from the stream specification version at or before the change number. 5. **Workspace Name Format:** Jenkins slave nodes must each use a unique Perforce workspace. The format string configures the workspace name by substituting the specified variables. At least one variable must be used, but it is recommended that, as a minimum, the following variables are used: ``` jenkins-${NODE_NAME}-${JOB_NAME}-${EXECUTOR_NUMBER} ``` For more information about variables, see [Variable Expansion](VARIABLEEXPANSION.md). Click the browser **Back** button to go back to the previous page.
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#3 | 29903 | Sandeep Kumar | Minor text changes | ||
#2 | 29884 | Sandeep Kumar |
Add help icon for stream at change. Update docs for stream at change |
||
#1 | 24139 | Paul Allen |
Merge pull request #72 from p4kevin/master Updates to Freestyle documentation. |