Upload all sphinx docs to docs-draft.
Change-Id: Ia17448dfcd8b56b74a7fdba6b5e99493f850b7ae Reviewed-on: https://review.openstack.org/26551 Reviewed-by: Clark Boylan <clark.boylan@gmail.com> Approved: James E. Blair <corvus@inaugust.com> Tested-by: Jenkins
This commit is contained in:
parent
17383e28a6
commit
461c876790
@ -212,6 +212,13 @@
|
|||||||
|
|
||||||
publishers:
|
publishers:
|
||||||
- console-log
|
- console-log
|
||||||
|
- scp:
|
||||||
|
site: 'static.openstack.org'
|
||||||
|
files:
|
||||||
|
- target: 'docs-draft/$ZUUL_CHANGE/$ZUUL_PATCHSET/$ZUUL_PIPELINE/$JOB_NAME/$BUILD_NUMBER/'
|
||||||
|
source: 'doc/build/html/**'
|
||||||
|
keep-hierarchy: true
|
||||||
|
copy-after-failure: true
|
||||||
|
|
||||||
node: '{node}'
|
node: '{node}'
|
||||||
|
|
||||||
|
@ -114,6 +114,8 @@ jobs:
|
|||||||
- name: gate-openstack-cli-guide
|
- name: gate-openstack-cli-guide
|
||||||
success-pattern: http://docs-draft.openstack.org/{job.name}/{pipeline.name}/{build.number}/cli/quick-start
|
success-pattern: http://docs-draft.openstack.org/{job.name}/{pipeline.name}/{build.number}/cli/quick-start
|
||||||
branch: ^(?!stable/(diablo|essex)).*$
|
branch: ^(?!stable/(diablo|essex)).*$
|
||||||
|
- name: gate-.*-docs
|
||||||
|
success-pattern: http://docs-draft.openstack.org/{change.number}/{change.patchset}/{pipeline.name}/{job.name}/{build.number}/
|
||||||
- name: gate-openstack-manuals-validate
|
- name: gate-openstack-manuals-validate
|
||||||
voting: false
|
voting: false
|
||||||
- name: ^gate-.*-requirements$
|
- name: ^gate-.*-requirements$
|
||||||
|
Loading…
x
Reference in New Issue
Block a user