Make message more clear 93/51093/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 26 Jan 2017 22:43:40 +0000 (14:43 -0800)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 26 Jan 2017 22:43:40 +0000 (14:43 -0800)
Change-Id: Ib10b7dc474b8411419d8e809e2d87c8341b60125
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
jjb/include-raw-deploy-archives.sh

index 9f3ad48bc1ce8dc086a2d10dc3e88b89880f039f..86e077eb5bc9700a1761d05718efa779567fa52c 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"