X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=jjb%2Flf-macros.yaml;h=6191dca53d752ae72558c12929c41438564b9ecc;hb=25d43b241afb7cd6d9c64ec6881a5a8b8ced9f34;hp=310df5d7bf5707a1fce725564fcf1d14118bf6d0;hpb=52980f24cf898a614c39d3a3c6674ccd4622aee0;p=releng%2Fglobal-jjb.git diff --git a/jjb/lf-macros.yaml b/jjb/lf-macros.yaml index 310df5d7..6191dca5 100644 --- a/jjb/lf-macros.yaml +++ b/jjb/lf-macros.yaml @@ -50,9 +50,12 @@ - builder: name: lf-maven-install builders: + # Create a $HOME/.wgetrc to make the Maven download quiet. + - shell: 'echo "quiet=on" > "$HOME/.wgetrc"' - maven-target: maven-version: '{maven-version}' goals: '--version' + - shell: 'rm "$HOME/.wgetrc"' # Push a global settings and user settings maven files - builder: