Skip to content

Commit

Permalink
[FIXED JENKINS-12755] committing Andy Tang's patch to add counter nam…
Browse files Browse the repository at this point in the history
…e substitution
  • Loading branch information
rpetti committed Feb 15, 2012
1 parent 1b98e0c commit 1617ca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/hudson/plugins/perforce/PerforceSCM.java
Expand Up @@ -664,7 +664,7 @@ public boolean checkout(AbstractBuild build, Launcher launcher,
} else {
String counterName;
if (p4Counter != null && !updateCounterValue)
counterName = p4Counter;
counterName = substituteParameters(this.p4Counter, build);
else
counterName = "change";

Expand Down

0 comments on commit 1617ca1

Please sign in to comment.