config.jelly #1

  • //
  • guest/
  • paul_allen/
  • dev/
  • p4-jenkins/
  • p4-client/
  • src/
  • main/
  • resources/
  • org/
  • jenkinsci/
  • plugins/
  • p4/
  • workspace/
  • StreamWorkspaceImpl/
  • config.jelly
  • View
  • Commits
  • Open Download .zip Download (370 B)
<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="Stream Codeline" field="streamName">
		<f:textbox />
	</f:entry>
    				
	<f:entry title="Workspace Name Format" field="format">
		<f:textbox default="${descriptor.defaultFormat}"/>
	</f:entry>
</j:jelly>
# Change User Description Committed
#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/config.jelly
#4 8769 Paul Allen Update to charset option for workspaces to use a drop-down select with a default of 'none'.
#3 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.
#2 8663 Paul Allen Rollout of charset for all Workspace modes.
#1 8641 Paul Allen Added workspace helper (setClient) and template/stream types.