Publish atom.xml for manuals

We need a way to put atom.xml on the docs.o.o webpage - its the
only xml file we publish. A second ftp publisher has been created
that just publishes this file.

Closes-Bug: #1228604
Change-Id: I0a216ae71bfedfd98726b2e1d0df998700d06f95
This commit is contained in:
Andreas Jaeger 2013-09-23 20:27:49 +02:00
parent 948b405434
commit 69d8dea779
2 changed files with 20 additions and 1 deletions
modules/openstack_project/files/jenkins_job_builder/config

@ -28,6 +28,11 @@
target: ''
remove-prefix: 'doc/{manual}/target/docbkx/webhelp/'
excludes: '**/*.xml,**/null*'
- ftp:
site: docs.openstack.org
source: 'doc/{manual}/target/docbkx/webhelp/**/atom.xml'
target: ''
remove-prefix: 'doc/{manual}/target/docbkx/webhelp/'
- job-template:
name: 'openstack-install-deploy-guide-{distribution}'
@ -60,6 +65,11 @@
target: '/'
remove-prefix: 'doc/install-guide/target/docbkx/webhelp/'
excludes: '**/*.xml,**/null*'
- ftp:
site: docs.openstack.org
source: 'doc/install-guide/target/docbkx/webhelp/**/atom.xml'
target: '/'
remove-prefix: 'doc/install-guide/target/docbkx/webhelp/'
- job-template:
name: openstack-{oldmanual}-old
@ -135,4 +145,3 @@
source: 'doc/src/docbkx/{install}/target/docbkx/webhelp/**/atom.xml'
target: ''
remove-prefix: 'doc/src/docbkx/{install}/target/docbkx/webhelp/'

@ -91,6 +91,11 @@
target: ''
remove-prefix: 'doc/high-availability-guide/target/docbkx/webhelp/'
excludes: '**/*.xml,**/null*'
- ftp:
site: docs.openstack.org
source: 'doc/high-availability-guide/target/docbkx/webhelp/**/atom.xml'
target: ''
remove-prefix: 'doc/high-availability-guide/target/docbkx/webhelp/'
- job:
name: openstack-operations-guide
@ -122,6 +127,11 @@
target: '/'
remove-prefix: 'doc/openstack-ops/target/docbkx/webhelp/'
excludes: '**/*.xml,**/null*'
- ftp:
site: docs.openstack.org
source: 'doc/openstack-ops/target/docbkx/webhelp/**/atom.xml'
target: ''
remove-prefix: 'doc/openstack-ops/target/docbkx/webhelp/'
- job:
name: openstack-operations-guide-ja