config.jelly #1

  • //
  • guest/
  • paul_allen/
  • dev/
  • p4-jenkins/
  • p4-client/
  • src/
  • main/
  • resources/
  • org/
  • jenkinsci/
  • plugins/
  • p4/
  • tagging/
  • TagNotifier/
  • config.jelly
  • View
  • Commits
  • Open Download .zip Download (498 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="Label Name" field="rawLabelName">
		<f:textbox default="jenkins-${it.name}"/>
	</f:entry>
	
	<f:entry title="Label Description" field="rawLabelDesc">
		<f:textarea default="Jenkins post-build label."/>
	</f:entry>
		
	<f:entry title="Only tag on build success" field="onlyOnSuccess">
		<f:checkbox/>
	</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/tagging/TagNotifier/config.jelly
#2 9077 Paul Allen Added support for automatic Labels as a post-build Action.
Ported original code for promoted builds, but not tested.
#1 9069 Paul Allen Adding initial support for tagging Jenkins builds as Perforce Automatic Labels.

Only implements TagAction (manual labels); TagNotifier and test cases TODO.