Skip to content

Commit

Permalink
Fix JENKINS-15058
Browse files Browse the repository at this point in the history
  • Loading branch information
gboissinot committed Sep 6, 2012
1 parent 61dc113 commit df6c839
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -48,7 +48,7 @@
<f:optionalBlock
field="deleteRemoteArtifactsByScript"
name="artifactdeployer.entry.deleteRemoteArtifactsByScript"
checked="${deployedArtifact.deletedRemoteArtifactsByScript}"
checked="${deployedArtifact.deleteRemoteArtifactsByScript}"
title="${%Execute a groovy script when the job is deleted}">

<f:entry field="groovyExpression" title="${%Groovy Expression}">
Expand Down

0 comments on commit df6c839

Please sign in to comment.