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:
annegentle
2012-08-24 20:26:53 -05:00
committed by Jenkins
parent 675012d57a
commit 51378f9164
2 changed files with 37 additions and 0 deletions

View File

@@ -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*'

View File

@@ -607,3 +607,7 @@ projects:
- name: openstack/openstack-manuals
post:
- openstack-cli-guide
- name: openstack/netconn-api
post:
- netconn-api-v20