config.jelly #1

  • //
  • guest/
  • paul_allen/
  • dev/
  • p4-jenkins/
  • p4-client/
  • src/
  • main/
  • resources/
  • org/
  • jenkinsci/
  • plugins/
  • p4/
  • browsers/
  • P4WebBrowser/
  • config.jelly
  • View
  • Commits
  • Open Download .zip Download (253 B)
<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">
		<f:textbox name="p4webbrowser.url" value="${browser.url}" />
	</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/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.