From: Fatih Degirmenci Date: Mon, 4 May 2015 08:00:45 +0000 (+0200) Subject: Suppress gsutil logging for fuel ISO upload X-Git-Tag: arno.2015.1.0~76 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=releng.git;a=commitdiff_plain;h=248c8ab6e2ebf5e716e00db6eea5eb2f9b99139e Suppress gsutil logging for fuel ISO upload JIRA: OCTO-3 Change-Id: I3bbc38221739351ecd0307ad2047efdb7610149b Signed-off-by: Fatih Degirmenci --- diff --git a/jjb/genesis/genesis-fuel.yml b/jjb/genesis/genesis-fuel.yml index 6662c7d19..c92c88db4 100644 --- a/jjb/genesis/genesis-fuel.yml +++ b/jjb/genesis/genesis-fuel.yml @@ -536,9 +536,9 @@ /bin/cp -f opnfv-$ARTIFACT_VERSION.properties latest.properties # upload artifact and additional files to google storage - gsutil cp opnfv-$ARTIFACT_VERSION.iso gs://$GS_URL/opnfv-$ARTIFACT_VERSION.iso - gsutil cp opnfv-$ARTIFACT_VERSION.properties gs://$GS_URL/opnfv-$ARTIFACT_VERSION.properties - gsutil cp latest.properties gs://$GS_URL/latest.properties + gsutil cp opnfv-$ARTIFACT_VERSION.iso gs://$GS_URL/opnfv-$ARTIFACT_VERSION.iso > gsutil.iso.log 2>&1 + gsutil cp opnfv-$ARTIFACT_VERSION.properties gs://$GS_URL/opnfv-$ARTIFACT_VERSION.properties > gsutil.properties.log 2>&1 + gsutil cp latest.properties gs://$GS_URL/latest.properties > gsutil.latest.log 2>&1 - builder: name: installer-download-artifact