config.jelly #2

  • //
  • guest/
  • perforce_software/
  • p4jenkins/
  • main/
  • src/
  • main/
  • resources/
  • org/
  • jenkinsci/
  • plugins/
  • p4/
  • filters/
  • FilterPerChangeImpl/
  • config.jelly
  • View
  • Commits
  • Open Download .zip Download (181 B)
<?jelly escape-by-default='true'?>
<j:jelly xmlns:j="jelly:core" xmlns:f="/lib/form">
 
 	<f:entry field="perChange">
		<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 10525 Paul Allen Update Changelist calculation.

Changed the SCM Polling and change listing reporting to calculate the last change based on the highest reported 'have' entry from 'p4 cstat' and then list using 'p4 changes'.

JENKINS-24978
JENKINS-24607