config.jelly #3

  • //
  • guest/
  • perforce_software/
  • p4jenkins/
  • main/
  • src/
  • main/
  • resources/
  • org/
  • jenkinsci/
  • plugins/
  • p4/
  • populate/
  • CheckOnlyImpl/
  • config.jelly
  • View
  • Commits
  • Open Download .zip Download (204 B)
<?jelly escape-by-default='true'?>
<j:jelly xmlns:j="jelly:core" xmlns:f="/lib/form">
	
	<f:entry field="quiet">
		<f:checkbox title="${%QUIET Perforce messages}" default="true"/>
	</f:entry>
	
</j:jelly>
# Change User Description Committed
#3 19519 Paul Allen Jelly header update.

<?jelly escape-by-default='true'?>
#2 12978 Paul Allen Quiet Option for CheckOnly mode
#1 12932 Paul Allen New Populate CheckOnly Implementation.

No tidy or sync steps only a have list update.  Intended for use with polling and triggering other Jenkins jobs.

#review-12933 @mjoubert