Skip to content

Commit

Permalink
Fix JENKINS-14548
Browse files Browse the repository at this point in the history
  • Loading branch information
gboissinot committed Aug 4, 2012
1 parent ec6d119 commit d73b992
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
@@ -0,0 +1,7 @@
<div>
<p>
Execute a Groovy script before a build is deleted. <br/>
You can use an 'ARTIFACTS' list variable.<br/>
For instance <tt>ARTIFACTS.each{ new File(it.remotePath).delete()}</tt>
</p>
</div>

This file was deleted.

@@ -0,0 +1,7 @@
<div>
<p>
Execute a Groovy script before a build is deleted. <br/>
You can use an 'ARTIFACTS' list variable.<br/>
For instance <tt>ARTIFACTS.each{ new File(it.remotePath).delete()}</tt>
</p>
</div>

This file was deleted.

0 comments on commit d73b992

Please sign in to comment.