Adds glossary build.

Change-Id: I3268fee3318bd513177c0798f963d150f99855d2
Reviewed-on: https://review.openstack.org/12951
Reviewed-by: Clark Boylan <clark.boylan@gmail.com>
Approved: James E. Blair <corvus@inaugust.com>
Reviewed-by: James E. Blair <corvus@inaugust.com>
Tested-by: Jenkins
This commit is contained in:
annegentle 2012-09-13 10:17:07 -05:00 committed by Jenkins
parent a73c1a404f
commit 6e5c129563
2 changed files with 30 additions and 2 deletions

View File

@ -163,4 +163,31 @@
source: 'doc/target/docbkx/webhelp/openstack-api-programming/**' source: 'doc/target/docbkx/webhelp/openstack-api-programming/**'
target: 'api/openstack-compute/programmer/' target: 'api/openstack-compute/programmer/'
remove-prefix: 'doc/target/docbkx/webhelp/openstack-api-programming/' remove-prefix: 'doc/target/docbkx/webhelp/openstack-api-programming/'
excludes: '**/*.xml,**/null*' excludes: '**/*.xml,**/null*'
- job:
name: openstack-glossary
project-type: maven
node: precise
triggers:
- zuul-post
prebuilders:
- gerrit-git-prep
maven:
root-module:
group-id: org.openstack.docs
artifact-id: openstack-guide
root-pom: doc/src/docbkx/common/glossary/pom.xml
goals: 'clean generate-sources'
publishers:
- console-log-post
- ftp:
site: docs.openstack.org
source: 'doc/src/docbkx/common/glossary/target/docbkx/webhelp/openstack-glossary/**'
target: 'glossary'
remove-prefix: 'doc/src/docbkx/common/glossary/target/docbkx/webhelp/openstack-glossary/'
excludes: '**/*.xml,**/null*'

View File

@ -642,7 +642,8 @@ projects:
- name: openstack/openstack-manuals - name: openstack/openstack-manuals
post: post:
- openstack-cli-guide - openstack-cli-guide
- openstack-glossary
- name: openstack/netconn-api - name: openstack/netconn-api
check: check:
- gate-netconn-api-merge - gate-netconn-api-merge