![Clark Boylan](/assets/img/avatar_default.png)
We need to make sure that jenkins will run jobs on bare-trusty before we can migrate and projects to bare-trusty. So do the initial JJB prep now, then we can do a project at a time. Change-Id: I6e80567730bff8d387d8a5b87d7368ea3be6d3ab
8 lines
198 B
YAML
8 lines
198 B
YAML
- job-template:
|
|
name: 'hook-{name}-rtfd'
|
|
node: 'bare-precise || bare-trusty'
|
|
|
|
builders:
|
|
- revoke-sudo
|
|
- shell: 'curl -X POST https://readthedocs.org/build/{name} >/dev/null'
|