help-purge.html #1

  • //
  • guest/
  • perforce_software/
  • p4jenkins/
  • main/
  • src/
  • main/
  • resources/
  • org/
  • jenkinsci/
  • plugins/
  • p4/
  • publish/
  • SubmitImpl/
  • help-purge.html
  • View
  • Commits
  • Open Download .zip Download (194 B)
<div>
	<p>The Perforce server only stores n number of revisions, where n
		is a number 1-10 or 16,32,64,128,256,512.  Older revisions are
    then purged as new revisions are added.
	</p>
</div>
# Change User Description Committed
#1 20954 Paul Allen Add purge -S<n> option for the Submit stage of Publish.

If a value is provided it will set the purge option on all files found as part of the reconcile (ADD/EDIT).  It will not remove the purge option once set.

JENKINS-36112