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>
This commit is contained in:
parent
ebd8cddd6e
commit
459091b84a
@ -3,4 +3,4 @@
|
||||
node: precise
|
||||
|
||||
builders:
|
||||
- shell: 'curl -X POST https://readthedocs.org/build/{rtfd-id} >/dev/null'
|
||||
- shell: 'curl -X POST https://readthedocs.org/build/{name} >/dev/null'
|
||||
|
@ -113,7 +113,6 @@
|
||||
name: savanna
|
||||
github-org: openstack
|
||||
node: precise
|
||||
rtfd-id: 7095
|
||||
tarball-site: tarballs.openstack.org
|
||||
doc-publisher-site: docs.openstack.org
|
||||
|
||||
@ -169,7 +168,6 @@
|
||||
name: sqlalchemy-migrate
|
||||
github-org: stackforge
|
||||
node: precise
|
||||
rtfd-id: 1744
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
@ -343,7 +341,6 @@
|
||||
github-org: openstack-infra
|
||||
node: precise
|
||||
tarball-site: tarballs.openstack.org
|
||||
rtfd-id: 6926
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
@ -816,7 +813,6 @@
|
||||
github-org: stackforge
|
||||
tarball-site: tarballs.openstack.org
|
||||
node: precise
|
||||
rtfd-id: 7957
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
@ -826,7 +822,6 @@
|
||||
name: python-libraclient
|
||||
github-org: stackforge
|
||||
tarball-site: tarballs.openstack.org
|
||||
rtfd-id: 7957
|
||||
node: precise
|
||||
|
||||
jobs:
|
||||
@ -869,7 +864,6 @@
|
||||
github-org: stackforge
|
||||
node: precise
|
||||
tarball-site: tarballs.openstack.org
|
||||
rtfd-id: 7957
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
@ -882,7 +876,6 @@
|
||||
github-org: stackforge
|
||||
node: precise
|
||||
tarball-site: tarballs.openstack.org
|
||||
rtfd-id: 6367
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
@ -916,7 +909,6 @@
|
||||
github-org: stackforge
|
||||
node: precise
|
||||
tarball-site: tarballs.openstack.org
|
||||
rtfd-id: 7963
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
@ -929,7 +921,6 @@
|
||||
github-org: stackforge
|
||||
node: precise
|
||||
tarball-site: tarballs.openstack.org
|
||||
rtfd-id: 5216
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
@ -1483,7 +1474,6 @@
|
||||
name: stackalytics
|
||||
github-org: stackforge
|
||||
node: precise
|
||||
rtfd-id: 8778
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
@ -1513,7 +1503,6 @@
|
||||
name: pecan
|
||||
github-org: stackforge
|
||||
node: precise
|
||||
rtfd-id: 476
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
|
Loading…
Reference in New Issue
Block a user