From 182a181ee2799a0790f666a2d38085749c9eeeb3 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Thu, 20 Jun 2013 20:01:34 +0000 Subject: [PATCH] Fix target for infra publications jobs. Not sure where I got the www from, but that's not needed on the FTP publisher target for docs.openstack.org content. Change-Id: Ia18848117520f8e513b8028259dcb7c0aca36b10 Reviewed-on: https://review.openstack.org/33876 Reviewed-by: Monty Taylor Approved: James E. Blair Reviewed-by: James E. Blair Reviewed-by: Jeremy Stanley Tested-by: Jenkins --- .../files/jenkins_job_builder/config/infra-publications.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/openstack_project/files/jenkins_job_builder/config/infra-publications.yaml b/modules/openstack_project/files/jenkins_job_builder/config/infra-publications.yaml index 77e2e9a4ee..5ab2e279dc 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/infra-publications.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/infra-publications.yaml @@ -11,7 +11,7 @@ - ftp: site: docs.openstack.org source: '**' - target: 'www/infra/publications/${ZUUL_BRANCH}/' + target: 'infra/publications/${ZUUL_BRANCH}/' remove-prefix: '' excludes: '' - console-log-post @@ -33,7 +33,7 @@ - ftp: site: docs.openstack.org source: 'output/**' - target: 'www/infra/publications/' + target: 'infra/publications/' remove-prefix: 'output/' excludes: '' - console-log-post