system-config/modules/openstack_project/files/jenkins_job_builder/config/hooks.yaml
Endre Karlson 03fd04ba16 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 <clark.boylan@gmail.com>
Reviewed-by: Paul Belanger <paul.belanger@polybeacon.com>
Approved: Monty Taylor <mordred@inaugust.com>
Reviewed-by: Monty Taylor <mordred@inaugust.com>
Tested-by: Jenkins
2012-11-22 21:16:46 +00:00

10 lines
192 B
YAML

- job-template:
name: 'hook-{name}-rtfd'
node: precise
triggers:
- zuul-post
builders:
- shell: 'curl -X POST https://readthedocs.org/build/{rtfd-id} >/dev/null'