Skip to content

Commit

Permalink
[FIXED JENKINS-16120] fixing issue found with new disable changelog o…
Browse files Browse the repository at this point in the history
…ption
  • Loading branch information
rpetti committed May 17, 2013
1 parent e6da727 commit 620cd59
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 @@ -787,7 +787,7 @@ public boolean checkout(AbstractBuild build, Launcher launcher,
boolean forceSync = overrideWithBooleanParameter(
"P4FORCESYNC", build, this.forceSync);
boolean disableChangeLogOnly = overrideWithBooleanParameter(
"P4DISABLECHANGELOG", build, this.disableAutoSync);
"P4DISABLECHANGELOG", build, this.disableChangeLogOnly);
boolean disableSyncOnly = overrideWithBooleanParameter(
"P4DISABLESYNCONLY", build, this.disableSyncOnly);
disableSyncOnly = overrideWithBooleanParameter(
Expand Down

0 comments on commit 620cd59

Please sign in to comment.