From 4a45c2d6fb8c5a5b816c5a2991a310484b705092 Mon Sep 17 00:00:00 2001 From: annegentle Date: Thu, 1 Nov 2012 15:32:34 -0500 Subject: [PATCH] Fix bug 1062231, CLI guide PDF doesn't appear. When I look at the FTP site, the PDF isn't copied at all. I believe it's because the job isn't copying the correct fileset. Change-Id: I9a67650c0bf11622b829a78d1f5ec36d0411f9e5 Reviewed-on: https://review.openstack.org/15227 Reviewed-by: Clark Boylan Approved: James E. Blair Reviewed-by: James E. Blair Tested-by: Jenkins --- .../files/jenkins_job_builder/config/manuals.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/openstack_project/files/jenkins_job_builder/config/manuals.yaml b/modules/openstack_project/files/jenkins_job_builder/config/manuals.yaml index c353b7397f..6313902656 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/manuals.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/manuals.yaml @@ -20,9 +20,9 @@ - console-log-post - ftp: site: docs.openstack.org - source: 'doc/src/docbkx/cli-guide/target/docbkx/webhelp/bk-cli-guide/**' + source: 'doc/src/docbkx/cli-guide/target/docbkx/webhelp/cli-guide/**' target: 'cli/quick-start' - remove-prefix: 'doc/src/docbkx/cli-guide/target/docbkx/webhelp/bk-cli-guide/' + remove-prefix: 'doc/src/docbkx/cli-guide/target/docbkx/webhelp/cli-guide/' excludes: '**/*.xml,**/null*' - job: