config.jelly #1

  • //
  • guest/
  • perforce_software/
  • p4jenkins/
  • main/
  • src/
  • main/
  • resources/
  • org/
  • jenkinsci/
  • plugins/
  • p4/
  • asset/
  • AssetNotifier/
  • config.jelly
  • View
  • Commits
  • Open Download .zip Download (553 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="Perforce Credentials" field="credential">
		<f:select/>
		<i> Click <a href="${rootURL}/credential-store">here</a> to add new Perforce credentials</i>
	</f:entry>
	
	<f:entry title="Workspace behaviour">
		<f:dropdownDescriptorSelector field="workspace"/>
	</f:entry>
	
	<f:entry title="Publish options">
		<f:dropdownDescriptorSelector field="publish"/>
	</f:entry>
	
</j:jelly>
# Change User Description Committed
#3 16511 Paul Allen Refactor Jelly code for asset Notifier.
#2 11371 Paul Allen Use Credential Add button.
#1 11231 Paul Allen Publish assets to Perforce.

New feature to allow Jenkins to shelve or submit the build result to Perforce.  Configured as a Post Build Step, the Perforce credential and workspace are required as the asset could be published to a different Perforce instance.