Adding job for generating cinder v2 api docs
* v1 doc in review: https://review.openstack.org/#/c/22411 * v2 doc in review: https://review.openstack.org/#/c/22822 In addition this removes the volume-api job from the manuals. The block storage manaual is still being separated from compute at this time. Change-Id: I2da33cf20bac5473318237afe1b39fc41de1557a Reviewed-on: https://review.openstack.org/22954 Approved: Jeremy Stanley <fungi@yuggoth.org> Reviewed-by: Jeremy Stanley <fungi@yuggoth.org> Tested-by: Jenkins
This commit is contained in:
parent
f1d8ce0fa4
commit
1d60f3c4c3
@ -235,6 +235,35 @@
|
|||||||
excludes: '**/*.xml,**/null*'
|
excludes: '**/*.xml,**/null*'
|
||||||
- console-log-post
|
- console-log-post
|
||||||
|
|
||||||
|
- job:
|
||||||
|
name: openstack-block-api-doc
|
||||||
|
project-type: maven
|
||||||
|
concurrent: false
|
||||||
|
node: precise && !jclouds
|
||||||
|
|
||||||
|
triggers:
|
||||||
|
- zuul-post
|
||||||
|
|
||||||
|
prebuilders:
|
||||||
|
- gerrit-git-prep
|
||||||
|
|
||||||
|
maven:
|
||||||
|
maven-name: Maven3
|
||||||
|
root-module:
|
||||||
|
group-id: org.openstack.docs
|
||||||
|
artifact-id: openstack-guide
|
||||||
|
root-pom: v2/pom.xml
|
||||||
|
goals: 'clean generate-sources'
|
||||||
|
|
||||||
|
publishers:
|
||||||
|
- console-log-post
|
||||||
|
- ftp:
|
||||||
|
site: docs.openstack.org
|
||||||
|
source: 'v2/target/docbkx/webhelp/api/openstack-block-storage/2.0/**'
|
||||||
|
target: ''
|
||||||
|
remove-prefix: 'v2/target/docbkx/webhelp'
|
||||||
|
excludes: '**/*.xml,**/null*'
|
||||||
|
|
||||||
# this replaces the old openstack-identity-api-doc job
|
# this replaces the old openstack-identity-api-doc job
|
||||||
- job:
|
- job:
|
||||||
name: identity-api-v20
|
name: identity-api-v20
|
||||||
|
@ -125,40 +125,6 @@
|
|||||||
remove-prefix: 'doc/target/docbkx/webhelp/api/openstack-network/2.0/'
|
remove-prefix: 'doc/target/docbkx/webhelp/api/openstack-network/2.0/'
|
||||||
excludes: '**/*.xml,**/null*'
|
excludes: '**/*.xml,**/null*'
|
||||||
|
|
||||||
- job:
|
|
||||||
name: volume-api
|
|
||||||
project-type: maven
|
|
||||||
concurrent: true
|
|
||||||
node: quantal && !jclouds
|
|
||||||
|
|
||||||
wrappers:
|
|
||||||
- timeout:
|
|
||||||
timeout: 40
|
|
||||||
fail: true
|
|
||||||
|
|
||||||
triggers:
|
|
||||||
- zuul-post
|
|
||||||
|
|
||||||
prebuilders:
|
|
||||||
- gerrit-git-prep
|
|
||||||
|
|
||||||
maven:
|
|
||||||
maven-name: Maven3
|
|
||||||
root-module:
|
|
||||||
group-id: org.openstack.docs
|
|
||||||
artifact-id: openstack-guide
|
|
||||||
root-pom: doc/pom.xml
|
|
||||||
goals: 'clean generate-sources'
|
|
||||||
|
|
||||||
publishers:
|
|
||||||
- console-log-post
|
|
||||||
- ftp:
|
|
||||||
site: docs.openstack.org
|
|
||||||
source: 'doc/target/docbkx/webhelp/volume-api-1.0/volume-api-guide/**'
|
|
||||||
target: 'api/openstack-volume/1.0/'
|
|
||||||
remove-prefix: 'doc/target/docbkx/webhelp/volume-api-1.0/volume-api-guide/'
|
|
||||||
excludes: '**/*.xml,**/null*'
|
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: image-api-v20
|
name: image-api-v20
|
||||||
project-type: maven
|
project-type: maven
|
||||||
|
@ -1130,7 +1130,7 @@ projects:
|
|||||||
gate:
|
gate:
|
||||||
- gate-noop
|
- gate-noop
|
||||||
post:
|
post:
|
||||||
- volume-api
|
- openstack-block-api-doc
|
||||||
|
|
||||||
- name: openstack/openstack-chef
|
- name: openstack/openstack-chef
|
||||||
check:
|
check:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user