config.jelly #2

  • //
  • guest/
  • paul_allen/
  • p4jenkins/
  • main/
  • src/
  • main/
  • resources/
  • org/
  • jenkinsci/
  • plugins/
  • p4/
  • browsers/
  • SwarmBrowser/
  • config.jelly
  • View
  • Commits
  • Open Download .zip Download (253 B)
<?jelly escape-by-default='true'?>
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form">

	<f:entry title="URL" field="url">
		<f:textbox />
	</f:entry>

</j:jelly>
# Change User Description Committed
#2 21990 Paul Allen Reporting Graph changes.

Update Browser and Jelly code to use String and not URL for url in Data Binding to Jelly.
Use P4AffectedFile object for XML storage and not IFileSpec to allow Graph use.
#1 21940 Paul Allen Branching using p4-jenkins
//guest/perforce_software/p4jenkins/main/src/main/resources/org/jenkinsci/plugins/p4/browsers/SwarmBrowser/config.jelly
#2 19519 Paul Allen Jelly header update.

<?jelly escape-by-default='true'?>
#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/browsers/SwarmBrowser/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/browsers/SwarmBrowser/config.jelly
#1 8915 Paul Allen Support for ChangeLog and RepoBrowser.

 - Added RepoBrowser for Swarm (porting the others should be easy)
 - ChangeLog XML file now only stores the changelist number all other information is fetched from Perforce