Make message more clear 72/4072/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 26 Jan 2017 22:43:40 +0000 (14:43 -0800)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Sat, 4 Mar 2017 19:24:29 +0000 (14:24 -0500)
Change-Id: Ib10b7dc474b8411419d8e809e2d87c8341b60125
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
include-raw-deploy-archives.sh

index 9f3ad48..86e077e 100644 (file)
@@ -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"