diff options
author | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2015-05-14 16:08:31 +0200 |
---|---|---|
committer | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2015-05-14 16:08:31 +0200 |
commit | 4023f1eaafc08a628384758f19e9735e4926902d (patch) | |
tree | 5cae2eee6b81e9693ade882ce219a0098170d31c /jjb/genesis/genesis-foreman.yml | |
parent | a9ce66a96a950b81243d27b2fef2caf438174b35 (diff) |
Redirect gsutil log to file(s) to have cleaner Jenkins log
JIRA: OCTO-47
Change-Id: Ifbf692ed3b000fe90a8bbe20d16e0f3054118c4b
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Diffstat (limited to 'jjb/genesis/genesis-foreman.yml')
-rw-r--r-- | jjb/genesis/genesis-foreman.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/jjb/genesis/genesis-foreman.yml b/jjb/genesis/genesis-foreman.yml index bd9b22cb7..faa4d477d 100644 --- a/jjb/genesis/genesis-foreman.yml +++ b/jjb/genesis/genesis-foreman.yml @@ -447,9 +447,9 @@ /bin/cp -f $WORKSPACE/opnfv.properties $WORKSPACE/latest.properties # upload artifact and additional files to google storage - gsutil cp $BUILD_DIRECTORY/OPNFV-CentOS-7-x86_64-$OPNFV_ARTIFACT_VERSION.iso gs://$GS_URL/opnfv-$OPNFV_ARTIFACT_VERSION.iso - gsutil cp $WORKSPACE/opnfv.properties gs://$GS_URL/opnfv-$OPNFV_ARTIFACT_VERSION.properties - gsutil cp $WORKSPACE/latest.properties gs://$GS_URL/latest.properties + gsutil cp $BUILD_DIRECTORY/OPNFV-CentOS-7-x86_64-$OPNFV_ARTIFACT_VERSION.iso gs://$GS_URL/opnfv-$OPNFV_ARTIFACT_VERSION.iso > gsutil.iso.log 2>&1 + gsutil cp $WORKSPACE/opnfv.properties gs://$GS_URL/opnfv-$OPNFV_ARTIFACT_VERSION.properties > gsutil.properties.log 2>&1 + gsutil cp $WORKSPACE/latest.properties gs://$GS_URL/latest.properties gsutil.latest.log 2>&1 echo echo "--------------------------------------------------------" |