Adds new openstack Security Guide build job.
Removes conditional apt or yum params from the Operations Guide build job. fix bug 1197632 Change-Id: I7cda80339dd3d36337e27b807a52d45a7a29e51a Reviewed-on: https://review.openstack.org/36102 Reviewed-by: Jeremy Stanley <fungi@yuggoth.org> Approved: James E. Blair <corvus@inaugust.com> Reviewed-by: James E. Blair <corvus@inaugust.com> Tested-by: Jenkins
This commit is contained in:
parent
681a79209c
commit
2040016307
@ -467,7 +467,7 @@
|
||||
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'
|
||||
goals: '-Drelease.path.name=${DOC_RELEASE_PATH} -Dcomments.enabled=${DOC_COMMENTS_ENABLED} clean generate-sources'
|
||||
|
||||
publishers:
|
||||
- console-log-post
|
||||
@ -477,3 +477,34 @@
|
||||
target: '/'
|
||||
remove-prefix: 'doc/src/docbkx/openstack-ops/target/docbkx/webhelp/'
|
||||
excludes: '**/*.xml,**/null*'
|
||||
|
||||
- job:
|
||||
name: openstack-security-guide
|
||||
project-type: maven
|
||||
concurrent: false
|
||||
node: precise
|
||||
|
||||
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-security-guide/pom.xml
|
||||
goals: '-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-security-guide/target/docbkx/webhelp/**'
|
||||
target: '/'
|
||||
remove-prefix: 'doc/src/docbkx/openstack-security-guide/target/docbkx/webhelp/'
|
||||
excludes: '**/*.xml,**/null*'
|
@ -1378,6 +1378,7 @@ projects:
|
||||
- openstack-ha-guide
|
||||
- openstack-install-deploy-guide-apt-fedora
|
||||
- openstack-install-deploy-guide-ubuntu
|
||||
- openstack-security-guide
|
||||
- manuals-upstream-translation-update
|
||||
|
||||
- name: openstack/operations-guide
|
||||
|
Loading…
Reference in New Issue
Block a user