From: Aric Gardner Date: Tue, 14 Apr 2015 15:58:59 +0000 (-0400) Subject: Push artifacts in /doc to artifacts.opnfv.org X-Git-Tag: arno.2015.1.0~121 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=68527b0c5e22f957327673daabe86f37735410c5;p=releng.git Push artifacts in /doc to artifacts.opnfv.org Change-Id: I245855721fc8fac28fe449fdd4890ea461004c8b JIRA:0000 Signed-off-by: Aric Gardner --- diff --git a/jjb/opnfvdocs/opnfvdocs.yml b/jjb/opnfvdocs/opnfvdocs.yml index 81b96d551..b717ec64d 100644 --- a/jjb/opnfvdocs/opnfvdocs.yml +++ b/jjb/opnfvdocs/opnfvdocs.yml @@ -50,6 +50,9 @@ builders: - shell: !include-raw build-docu.sh + - shell: | + gsutil cp docs/*.pdf gs://artifacts.opnfv.org/opnfvdocs/docs/ + gsutil cp docs/*.html gs://artifacts.opnfv.org/opnfvdocs/docs/ - job-template: name: 'opnfvdocs-verify'