Branch: refs/heads/master
Home: https://github.com/jenkinsci/perforce-plugin
Commit: 1d951fc34682abc2cac895196210227e829e6ae2
https://github.com/jenkinsci/perforce-plugin/commit/1d951fc34682abc2cac895196210227e829e6ae2
Author: Rob Petti <[email protected]>
Date: 2012-03-15 (Thu, 15 Mar 2012)
Changed paths:
M src/main/java/hudson/plugins/perforce/PerforceSCM.java
Log Message:
-----------
[FIXED JENKINS-13073] wipeBeforeBuild no longer flushes the client
flushing the client is kind of a waste of time when wiping out the workspace
during a checkout, since we're doing a force-sync immediately after anyways.