config.jelly #1

  • //
  • guest/
  • perforce_software/
  • p4jenkins/
  • main/
  • src/
  • main/
  • resources/
  • org/
  • jenkinsci/
  • plugins/
  • p4/
  • workflow/
  • P4CleanupStep/
  • config.jelly
  • View
  • Commits
  • Open Download .zip Download (286 B)
<?jelly escape-by-default='true'?>
<j:jelly 	xmlns:j="jelly:core" 	xmlns:st="jelly:stapler" 	xmlns:d="jelly:define" 
			xmlns:l="/lib/layout" 	xmlns:t="/lib/hudson" 		xmlns:f="/lib/form">
			
	<f:entry title="Delete Client" field="deleteClient">
		<f:checkbox/>
	</f:entry>
	
</j:jelly>
# Change User Description Committed
#1 19765 Paul Allen A Post Build 'P4 Cleanup' with DSL support.

Can be added as a PostBuild action to remove the client workspace spec.  It uses the options set in the Global configuration to delete the Client Spec and/or Local Files.

In DSL it can be called with `p4cleanup true`, other parameters may get added at a later date.

JENKINS-35667