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:
parent
735e4114af
commit
f400c25482
@ -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*'
|
||||
|
@ -1574,6 +1574,7 @@ projects:
|
||||
- openstack-install-deploy-guide-ubuntu
|
||||
- openstack-security-guide
|
||||
- manuals-upstream-translation-update
|
||||
- openstack-training
|
||||
|
||||
- name: openstack/operations-guide
|
||||
check:
|
||||
|
Loading…
Reference in New Issue
Block a user