config.jelly #1

  • //
  • guest/
  • sven_erik_knop/
  • p4jenkins/
  • src/
  • main/
  • resources/
  • org/
  • jenkinsci/
  • plugins/
  • p4/
  • publish/
  • SubmitImpl/
  • config.jelly
  • View
  • Commits
  • Open Download .zip Download (404 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="${%Description}" field="description">
		<f:textarea default="Submitted by Jenkins. Build: $${BUILD_TAG}"/>
	</f:entry>
	
	<f:entry field="reopen">
		<f:checkbox title="${%Reopened files}" default="false"/>
	</f:entry>
	
</j:jelly>
# Change User Description Committed
#2 14071 Sven Erik Knop Merging using sknop.p4jenkins-main
#1 12955 Sven Erik Knop Branching using sknop.p4jenkins-main
//guest/perforce_software/p4jenkins/main/src/main/resources/org/jenkinsci/plugins/p4/publish/SubmitImpl/config.jelly
#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.