Adds build job for the new Operations Guide.

Adds gate job for the new Operations Guide.

Change-Id: I6ef1aaf0fdfbf3b43a054dd85d90dbed0d756d26
Reviewed-on: https://review.openstack.org/24599
Reviewed-by: James E. Blair <corvus@inaugust.com>
Reviewed-by: Jeremy Stanley <fungi@yuggoth.org>
Reviewed-by: Khai Do <zaro0508@gmail.com>
Approved: Jeremy Stanley <fungi@yuggoth.org>
Tested-by: Jenkins
This commit is contained in:
annegentle 2013-03-17 12:33:17 -05:00 committed by Jenkins
parent b7ceb913ad
commit 8a8377b79b
2 changed files with 65 additions and 0 deletions

View File

@ -27,6 +27,35 @@
keep-hierarchy: true keep-hierarchy: true
copy-after-failure: true copy-after-failure: true
- job:
name: gate-openstack-operations-guide
project-type: maven
node: quantal && !jclouds
triggers:
- zuul
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-ops/pom.xml
goals: 'clean generate-sources'
publishers:
- console-log
- scp:
site: 'static.openstack.org'
files:
- target: 'docs-draft/$JOB_NAME/$ZUUL_PIPELINE/$BUILD_NUMBER/ops/'
source: 'doc/src/docbkx/openstack-ops/target/docbkx/webhelp/**'
keep-hierarchy: true
copy-after-failure: true
- job: - job:
name: gate-openstack-manuals-validate name: gate-openstack-manuals-validate
node: quantal node: quantal
@ -479,3 +508,36 @@
remove-prefix: 'doc/src/docbkx/openstack-install/target/docbkx/webhelp/' remove-prefix: 'doc/src/docbkx/openstack-install/target/docbkx/webhelp/'
excludes: '**/*.xml,**/null*' excludes: '**/*.xml,**/null*'
- job:
name: openstack-operations-guide
project-type: maven
concurrent: false
node: quantal && !jclouds
triggers:
- zuul-post
properties:
- inject:
script-file: /usr/local/jenkins/slave_scripts/docbook-properties.sh
properties-file: gerrit-doc.properties
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-ops/pom.xml
goals: '-Doperating.system=apt -Dprofile.os=ubuntu -Drelease.path.name=${DOC_RELEASE_PATH} -Dcomments.enabled=${DOC_COMMENTS_ENABLED} clean generate-sources'
publishers:
- console-log-post
- ftp:
site: docs.openstack.org
source: 'doc/src/docbkx/openstack-ops/target/docbkx/webhelp/**'
target: '/'
remove-prefix: 'doc/src/docbkx/openstack-ops/target/docbkx/webhelp/'
excludes: '**/*.xml,**/null*'

View File

@ -1052,9 +1052,11 @@ projects:
- name: openstack/openstack-manuals - name: openstack/openstack-manuals
check: check:
- gate-openstack-cli-guide - gate-openstack-cli-guide
- gate-openstack-operations-guide
- gate-openstack-manuals-validate - gate-openstack-manuals-validate
gate: gate:
- gate-openstack-cli-guide - gate-openstack-cli-guide
- gate-openstack-operations-guide
- gate-openstack-manuals-validate - gate-openstack-manuals-validate
post: post:
- openstack-admin-manual-compute - openstack-admin-manual-compute
@ -1069,6 +1071,7 @@ projects:
- openstack-ha-guide - openstack-ha-guide
- openstack-install-deploy-guide-apt-fedora - openstack-install-deploy-guide-apt-fedora
- openstack-install-deploy-guide-ubuntu - openstack-install-deploy-guide-ubuntu
- openstack-operations-guide
- name: openstack/api-site - name: openstack/api-site
check: check: