config.jelly #1

  • //
  • guest/
  • perforce_software/
  • p4jenkins/
  • main/
  • src/
  • main/
  • resources/
  • org/
  • jenkinsci/
  • plugins/
  • p4/
  • filters/
  • FilterPollMasterImpl/
  • config.jelly
  • View
  • Commits
  • Open Download .zip Download (143 B)
<j:jelly xmlns:j="jelly:core" xmlns:f="/lib/form">
 
 	<f:entry field="master">
		<f:checkbox title="${%Enabled}"/>
	</f:entry>
		  
</j:jelly>
# Change User Description Committed
#2 19519 Paul Allen Jelly header update.

<?jelly escape-by-default='true'?>
#1 19374 Paul Allen Poll on Master (without workspace)

New Polling Filter ‘Poll on Master using Last Build’.  Only polls on the master and fetches it change from the last Build. Note that 0 is assumed if no previous build is found.

JENKINS-32814