help-pin.html #2

  • //
  • guest/
  • paul_allen/
  • dev/
  • p4-jenkins/
  • p4-client/
  • src/
  • main/
  • resources/
  • org/
  • jenkinsci/
  • plugins/
  • p4/
  • populate/
  • SyncOnlyImpl/
  • help-pin.html
  • View
  • Commits
  • Open Download .zip Download (430 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> Variable substitution can be used by specifying ${<i>VARIABLE</i>} variables.</p>
	<p> Variables can be taken from the Jenkins <a href="${rootURL}/env-vars.html">Environment</a></p>
</div>
# Change User Description Committed
#2 9965 Paul Allen Removed old 'node', 'hostname', 'hash' and 'project'.
- These are either not used or covered in the Environment. 
- Updated the help.
#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/SyncOnlyImpl/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.