config.jelly #2

  • //
  • guest/
  • perforce_software/
  • p4jenkins/
  • main/
  • src/
  • main/
  • resources/
  • org/
  • jenkinsci/
  • plugins/
  • p4/
  • browsers/
  • OpenGrokBrowser/
  • config.jelly
  • View
  • Commits
  • Open Download .zip Download (429 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>
	
	<f:entry title="${%Project depot path}" field="depotPath">
		<f:textbox />
	</f:entry>
	
	<f:entry title="${%Project name}" field="projectName">
		<f:textbox />
	</f:entry>

</j:jelly>
# Change User Description Committed
#3 22372 Paul Allen Update Repository Browser for use with Pipeline.

May fix the following: JENKINS-43069 JENKINS-37094
#2 19519 Paul Allen Jelly header update.

<?jelly escape-by-default='true'?>
#1 10600 Paul Allen OpenGrok Browser (untested)

Without an OpenGrok server/test environment I have had to base this on the job details.  The diff @change is not possible as the previous change is not known, instead I have used #rev and #rev-1.

JENKINS-19568