From dff01abdd50385db0fa1e112291dfe3aef108651 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathieu=20Gagne=CC=81?= Date: Tue, 29 Oct 2013 20:59:38 -0400 Subject: [PATCH] Remove use of undefined console-log-post publisher The openstack-operations-guide-ja job was using the console-log-post publisher for the console log. This macro does not exist. Use the console-log publisher instead. Change-Id: I6855363c5fd5f3bb12365c051607515bb99cc623 --- .../files/jenkins_job_builder/config/manuals.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 8d4626cd2c..84cd2f6508 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/manuals.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/manuals.yaml @@ -160,7 +160,7 @@ goals: '-Drelease.path.name=${DOC_RELEASE_PATH} -Dcomments.enabled=${DOC_COMMENTS_ENABLED} clean generate-sources -B' publishers: - - console-log-post + - console-log - ftp: site: docs.openstack.org source: 'generated/ja/openstack-ops/target/docbkx/webhelp/**'