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:
|
||||
- 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}'
|
||||
|
||||
|
@ -114,6 +114,8 @@ jobs:
|
||||
- name: gate-openstack-cli-guide
|
||||
success-pattern: http://docs-draft.openstack.org/{job.name}/{pipeline.name}/{build.number}/cli/quick-start
|
||||
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
|
||||
voting: false
|
||||
- name: ^gate-.*-requirements$
|
||||
|
Loading…
Reference in New Issue
Block a user