From: Thanh Ha Date: Thu, 26 Jan 2017 22:43:40 +0000 (-0800) Subject: Make message more clear X-Git-Tag: v0.0.6~8 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F72%2F4072%2F1;p=releng%2Flftools.git Make message more clear Change-Id: Ib10b7dc474b8411419d8e809e2d87c8341b60125 Signed-off-by: Thanh Ha --- diff --git a/include-raw-deploy-archives.sh b/include-raw-deploy-archives.sh index 9f3ad48b..86e077eb 100644 --- a/include-raw-deploy-archives.sh +++ b/include-raw-deploy-archives.sh @@ -2,7 +2,9 @@ set +e # Do not affect the build result if some part of archiving fails. # Configure wget to not print download status when we download logs or when -# Jenkins is installing Maven. +# Jenkins is installing Maven (To be clear this is the Jenkins Maven plugin +# using a shell script itself that we are unable to modify directly to affect +# wget). echo "verbose=off" > ~/.wgetrc ARCHIVES_DIR="$JENKINS_HOSTNAME/$JOB_NAME/$BUILD_NUMBER"