diff options
author | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2016-11-22 16:35:14 +0100 |
---|---|---|
committer | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2016-11-22 16:35:14 +0100 |
commit | 3bc7e1c06b95bcc16fc5d7013e9d7d971a497fda (patch) | |
tree | 24335800fb929f268942cd793e6f32937a96cab4 /jjb | |
parent | 3dd256b66f19f382eb3cdb27719af48c84e84804 (diff) |
opnfvdocs: Store colorado.3.0 documents in different location
This patch is a workaround until more proper mechanism is put in place.
The doc-version parameter is appended to default GS_URL, changing the
storage location of the documents from
http://artifacts.opnfv.org/sfc/colorado/2.0/docs/bradys-cool-document.html
to
http://artifacts.opnfv.org/sfc/colorado/3.0/docs/bradys-cool-document.html
Documents generated from master branch will be stored in same location such as
http://artifacts.opnfv.org/sfc/docs/bradys-cool-document.html
Change-Id: Ieffb46322525089ed339411e84e5defef593de2e
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/opnfv/opnfv-docs.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/opnfv/opnfv-docs.yml b/jjb/opnfv/opnfv-docs.yml index 307c1db44..442e8ea71 100644 --- a/jjb/opnfv/opnfv-docs.yml +++ b/jjb/opnfv/opnfv-docs.yml @@ -19,7 +19,7 @@ disabled: false - colorado: branch: 'stable/{stream}' - doc-version: '2.0' + doc-version: '3.0' gs-pathname: '/{stream}/{doc-version}' disabled: false |