Jenkins build steps call shell scripts with the option -x, this enables the tracing of the shell script.
use "set +x" in your shell script or at the beginning of the build step script to turn the tracing off again. Normally the "noisiness" is very helpful to check if the build has done properly Regards Wolfgang