I've tried to follow other SU links Getting robocopy to return a proper exit code
and I've have this step in Jenkins
(robocopy d:\vol\CruiseControl.NET\Websitecode\%SITENAME%" "\\%SERVERNAME%\websites\_builds\%SITENAME%" /mir) ^& exit 0
I'm still getting errors and its supposed to ignore the exit code. What am I missing?