zuul-jobs/playbooks/python/readthedocs.yaml
Monty Taylor ead78fed13
Add trigger-readthedocs job
It's really easy to trigger a build on readthedocs. It doesn't even need
a node, since it's just a single POST.

Change-Id: I8c576c7a26ab123bd70f7a025d8a49a5cb3e2432
2017-08-28 20:17:44 -05:00

7 lines
177 B
YAML

- hosts: localhost
tasks:
- name: Trigger readthedocs build URI
uri:
method: POST
url: 'https://readthedocs.org/build/{{ zuul.project.short_name }}'