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:
parent
948b405434
commit
69d8dea779
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user