system-config/modules/openstack_project/files/jenkins_job_builder/config/hooks.yaml
Paul Belanger 459091b84a Remove rtfd-id from jenkins_jobs_builder
The post commit hook for readthedocs.org now uses the project name not
project id.  While the id still works, the ID is no longer published on
their site.  This change makes it easier for people use the hook.

Change-Id: I81019f7366382a4b1bcc72d343a0b2621dafc67e
Signed-off-by: Paul Belanger <paul.belanger@polybeacon.com>
2013-11-27 22:38:30 -05:00

7 lines
156 B
YAML

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