From 03fd04ba1663d23ad9777968317fe41e37f2bd51 Mon Sep 17 00:00:00 2001 From: Endre Karlson Date: Mon, 19 Nov 2012 22:32:39 +0100 Subject: [PATCH] Redirect RTFD jobs curl output to null It's useless to see what output comes out since it's just a page saying that the docs will be built. Change-Id: I13a13a61457f03fa1a83f0a2fe14949ada781805 Reviewed-on: https://review.openstack.org/16469 Reviewed-by: Clark Boylan Reviewed-by: Paul Belanger Approved: Monty Taylor Reviewed-by: Monty Taylor Tested-by: Jenkins --- .../files/jenkins_job_builder/config/hooks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/openstack_project/files/jenkins_job_builder/config/hooks.yaml b/modules/openstack_project/files/jenkins_job_builder/config/hooks.yaml index a4b1fef936..cf26c87951 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/hooks.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/hooks.yaml @@ -6,4 +6,4 @@ - zuul-post builders: - - shell: 'curl -X POST https://readthedocs.org/build/{rtfd-id}' + - shell: 'curl -X POST https://readthedocs.org/build/{rtfd-id} >/dev/null'