Merge "Make message more clear"
authorVratko Polák <vrpolak@cisco.com>
Mon, 30 Jan 2017 13:53:38 +0000 (13:53 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Mon, 30 Jan 2017 13:53:38 +0000 (13:53 +0000)
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"