help-pin.html #2

  • //
  • guest/
  • perforce_software/
  • p4jenkins/
  • main/
  • src/
  • main/
  • resources/
  • org/
  • jenkinsci/
  • plugins/
  • p4/
  • populate/
  • AutoCleanImpl/
  • help-pin.html
  • View
  • Commits
  • Open Download .zip Download (427 B)
<div>
	<b>Pinning a build at Perforce Label</b>
	<p>When a build is triggered by Polling, Build Now or an external
		Action, the workspace will sync only to the specified label. Any other
		specified change or label will be ignored.</p>
	<p>Supports variable expansion e.g. ${VAR}.  If 'now' is used, or a 
		variable that expands to 'now', then the latest change is used 
		(within the scope of the workspace view).</p>
</div>
# Change User Description Committed
#2 16515 Paul Allen Extend support for 'now' revision specifier.

If 'now' is used it will be substituted for the latest change within the scope of the workspace view.
#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/populate/AutoCleanImpl/help-pin.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/populate/AutoCleanImpl/help-pin.html
#1 9472 Paul Allen Added support to pin build at a label in the populate configuration.
 - includes help and updates to tests.