Adds a doc build job for the Network API 2.0 for Quantum.
Change-Id: Ie06704617ad930da23d665cf9b6b8df5b465f2d1 Reviewed-on: https://review.openstack.org/11971 Reviewed-by: James E. Blair <corvus@inaugust.com> Approved: James E. Blair <corvus@inaugust.com> Tested-by: Jenkins
This commit is contained in:
@@ -30,3 +30,36 @@
|
||||
target: 'cli/quick-start'
|
||||
remove-prefix: 'doc/src/docbkx/cli-guide/target/docbkx/webhelp/bk-cli-guide/'
|
||||
excludes: '**/*.xml,**/null*'
|
||||
|
||||
- job:
|
||||
name: netconn-api-v20
|
||||
project-type: maven
|
||||
concurrent: true
|
||||
node: precise
|
||||
|
||||
wrappers:
|
||||
- timeout:
|
||||
timeout: 40
|
||||
fail: true
|
||||
|
||||
triggers:
|
||||
- zuul-post
|
||||
|
||||
prebuilders:
|
||||
- gerrit-git-prep
|
||||
|
||||
maven:
|
||||
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/quantum-api-2.0/quantum-api-guide/**'
|
||||
target: 'api/openstack-network/2.0/'
|
||||
remove-prefix: 'doc/target/docbkx/webhelp/quantum-api-2.0/quantum-api-guide/'
|
||||
excludes: '**/*.xml,**/null*'
|
||||
|
||||
@@ -607,3 +607,7 @@ projects:
|
||||
- name: openstack/openstack-manuals
|
||||
post:
|
||||
- openstack-cli-guide
|
||||
|
||||
- name: openstack/netconn-api
|
||||
post:
|
||||
- netconn-api-v20
|
||||
|
||||
Reference in New Issue
Block a user