config.jelly #4

  • //
  • guest/
  • perforce_software/
  • p4jenkins/
  • main/
  • src/
  • main/
  • resources/
  • org/
  • jenkinsci/
  • plugins/
  • p4/
  • browsers/
  • P4WebBrowser/
  • config.jelly
  • View
  • Commits
  • Open Download .zip Download (257 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
#4 22372 Paul Allen Update Repository Browser for use with Pipeline.

May fix the following: JENKINS-43069 JENKINS-37094
#3 22128 Paul Allen Helix Graph support for Jenkins.

JENKINS-40354
#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/P4WebBrowser/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/P4WebBrowser/config.jelly
#1 9127 Paul Allen Added Browser support for P4Web.
 - Includes fix for move/add and move/delete icons when browsing change lists.