config.jelly #3

  • //
  • guest/
  • perforce_software/
  • p4jenkins/
  • main/
  • src/
  • main/
  • resources/
  • org/
  • jenkinsci/
  • plugins/
  • p4/
  • workspace/
  • StaticWorkspaceImpl/
  • config.jelly
  • View
  • Commits
  • Open Download .zip Download (397 B)
<?jelly escape-by-default='true'?>
<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 field="pinHost">
		<f:checkbox title="${%Pin the workspace to the build host}" default="false"/>
	</f:entry>
		  
</j:jelly>
# Change User Description Committed
#5 23155 Paul Allen Remove Workspace cloning for better concurrent builds.

Remove Workspace cloning and encourage users to make use of
EXECUTOR_NUMBER in the Jenkins job name.

JENKINS-41432
#4 22322 Paul Allen Option to disable clone for StaticSyncImpl

JENKINS-43281
#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/StaticWorkspaceImpl/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/StaticWorkspaceImpl/config.jelly
#3 8769 Paul Allen Update to charset option for workspaces to use a drop-down select with a default of 'none'.
#2 8663 Paul Allen Rollout of charset for all Workspace modes.
#1 8661 Paul Allen Workspace auto fill
//guest/paul_allen/dev/p4-jenkins/p4-client/src/main/resources/org/jenkinsci/plugins/p4_client/workspace/SingletonWorkspaceImpl/config.jelly
#1 8640 Paul Allen Added Workspace and Singleton descriptor.
 Removed old connection code.