config.jelly #1

  • //
  • guest/
  • sven_erik_knop/
  • p4jenkins/
  • src/
  • main/
  • resources/
  • org/
  • jenkinsci/
  • plugins/
  • p4/
  • filters/
  • FilterPerChangeImpl/
  • config.jelly
  • View
  • Commits
  • Open Download .zip Download (146 B)
<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
#1 12955 Sven Erik Knop Branching using sknop.p4jenkins-main
//guest/perforce_software/p4jenkins/main/src/main/resources/org/jenkinsci/plugins/p4/filters/FilterPerChangeImpl/config.jelly
#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