When using /bin/sh, &> ends up putting the command in the background, leading to first check-outs and builds to fail because the repository isn't checked out. For redirecting all to a file, 2>&1 is a better choice.
pdamerpushed to
master
at
pdamer/bob
Mon Oct 12 19:38:48 -0700 2009