From be64f8baea75e99812e79f62a3f3a6b16a0b7485 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Thu, 26 Jan 2017 14:43:40 -0800 Subject: [PATCH] Make message more clear Change-Id: Ib10b7dc474b8411419d8e809e2d87c8341b60125 Signed-off-by: Thanh Ha --- include-raw-deploy-archives.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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" -- 2.16.6