From 2af8885c132a2d91956e8e852172812cc6b1d026 Mon Sep 17 00:00:00 2001 From: annegentle Date: Mon, 2 Dec 2013 15:44:06 -0600 Subject: [PATCH] Changing the output directory that gets picked up for the API Quick Start The doc build was successful but the ftp file copy didn't pick up any files. Change-Id: I75d3c6c7147e6080a78ab08ec08aabab117cfe27 Closes-bug: 1256828 --- .../files/jenkins_job_builder/config/api-jobs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/openstack_project/files/jenkins_job_builder/config/api-jobs.yaml b/modules/openstack_project/files/jenkins_job_builder/config/api-jobs.yaml index 7f4ab5517c..a524efc56f 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/api-jobs.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/api-jobs.yaml @@ -20,9 +20,9 @@ - console-log - ftp: 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/' - 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*' remote-directory: 'api/quick-start'