Update CI systems to validate and publish section openstack-training

Updated manuals.yaml to reflect the pom.xml location specified
in openstack-training. Also added publisher statement to allow
 openstack-training to show up on docs.openstack.org Updated zuul
 layout.yaml to enable zuul to gate openstack-training.

Change-Id: I2e082a7c02547d76d4df97a5deaecbb3faf86652
Implements: Blueprint training-manuals
This commit is contained in:
Colin McNamara 2013-07-24 10:13:57 -07:00
parent 735e4114af
commit f400c25482
2 changed files with 26 additions and 0 deletions

View File

@ -540,3 +540,28 @@
target: '/'
remove-prefix: 'doc/src/docbkx/openstack-security/target/docbkx/webhelp/'
excludes: '**/*.xml,**/null*'
- job:
name: openstack-training
project-type: maven
node: precise
prebuilders:
- gerrit-git-prep
maven:
maven-name: Maven3
root-module:
group-id: org.openstack.docs
artifact-id: openstack-guide
root-pom: doc/src/docbkx/openstack-training/pom.xml
goals: 'clean generate-sources'
publishers:
- console-log-post
- ftp:
site: docs.openstack.org
source: 'doc/src/docbkx/openstack-training/target/docbkx/webhelp/**'
target: '/'
remove-prefix: 'doc/src/docbkx/openstack-training/target/docbkx/webhelp/'
excludes: '**/*.xml,**/null*'

View File

@ -1574,6 +1574,7 @@ projects:
- openstack-install-deploy-guide-ubuntu
- openstack-security-guide
- manuals-upstream-translation-update
- openstack-training
- name: openstack/operations-guide
check: