help-populate.html #1

  • //
  • guest/
  • perforce_software/
  • p4jenkins/
  • main/
  • src/
  • main/
  • resources/
  • org/
  • jenkinsci/
  • plugins/
  • p4/
  • PerforceScm/
  • help-populate.html
  • View
  • Commits
  • Open Download .zip Download (846 B)
<div>
	<b>Populate Options</b>
	<p>Perforce will populate the workspace with the file revisions
		needed for the build. The different options effect the way the
		workspace is cleaned and the file revisions are updated.</p>
	<p>There are three options:</p>
	<ul>
		<dt>Automatic Cleanup and Sync</dt>
		<dd>
			Efficient cleaning and syncing of file revisions. Extra (non
			versioned files) are removed, missing and modified files re-added. </br>Best
			for clean builds.
		</dd>

		<dt>Force Clean and Sync</dt>
		<dd>Will remove all files from under the workspace root, then
			force sync the required files. Inefficient and NOT RECOMENDED.</dd>

		<dt>Sync Only</dt>
		<dd>
			No cleanup attempted; the sync will update all files (as CLOBBER is
			set) to the required set of revisions. </br>Best for incremental builds.
		</dd>
	</ul>
</div>
# Change User Description Committed
#3 23625 Paul Allen Tidy up Populate documentation.

JENKINS-49283
#2 16558 Paul Allen Help notes for 'Preview Check Only' Populate option.

JENKINS-24490
#1 9690 Paul Allen [Branching using p4-jenkins]
Release 1.0.1
//guest/paul_allen/dev/p4-jenkins/p4-client/src/main/resources/org/jenkinsci/plugins/p4/PerforceScm/help-populate.html
#1 9672 Paul Allen Refactor name from 'p4_client' to 'p4'.
//guest/paul_allen/dev/p4-jenkins/p4-client/src/main/resources/org/jenkinsci/plugins/p4_client/PerforceScm/help-populate.html
#1 9134 Paul Allen Jenkins Help bubbles for new Filters and Workspace Spec.