Merge "Changing the output directory that gets picked up for the API Quick Start"

This commit is contained in:
Jenkins 2013-12-04 23:48:44 +00:00 committed by Gerrit Code Review
commit 0bd2786208

View File

@ -20,9 +20,9 @@
- console-log - console-log
- ftp: - ftp:
site: docs.openstack.org site: docs.openstack.org
source: 'api-quick-start/target/docbkx/webhelp/api-quick-start-onepager/**' source: 'api-quick-start/target/docbkx/webhelp/api-quick-start-onepager-external/**'
target: 'api/quick-start/' target: 'api/quick-start/'
remove-prefix: 'api-quick-start/target/docbkx/webhelp/api-quick-start-onepager/' remove-prefix: 'api-quick-start/target/docbkx/webhelp/api-quick-start-onepager-external/'
excludes: '**/*.xml,**/null*' excludes: '**/*.xml,**/null*'
# this replaces the old openstack-api-site job in Jenkins # this replaces the old openstack-api-site job in Jenkins