diff options
author | Aric Gardner <agardner@linuxfoundation.org> | 2018-11-08 14:27:09 -0500 |
---|---|---|
committer | Aric Gardner <agardner@linuxfoundation.org> | 2018-11-08 14:36:05 -0500 |
commit | 3819a506b39b93839a3745d2eed84d24c1683b87 (patch) | |
tree | c3611964aff20033e68da31c1d87095c85b3bf3b /jjb/edgecloud | |
parent | aef935b21dbe400ba9fc814f9aded18155a216f0 (diff) |
RTD: Enable Gambia stream
Enable Gambia read the docs stream for all projects that have
a gambia branch
Also added edgecloud rtd job as it was missing
Change-Id: I64d159cde0200871cd4ba3d2c071853c9bd502c1
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Diffstat (limited to 'jjb/edgecloud')
-rw-r--r-- | jjb/edgecloud/edgecloud-rtd-jobs.yaml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/jjb/edgecloud/edgecloud-rtd-jobs.yaml b/jjb/edgecloud/edgecloud-rtd-jobs.yaml new file mode 100644 index 000000000..a3835f3ca --- /dev/null +++ b/jjb/edgecloud/edgecloud-rtd-jobs.yaml @@ -0,0 +1,20 @@ +--- +- project: + name: edgecloud-rtd + project: edgecloud + project-name: edgecloud + + project-pattern: 'edgecloud' + rtd-build-url: 'https://readthedocs.org/api/v2/webhook/opnfv-edgecloud/52895/' + rtd-token: '47989bec8e8da44ab2f33491cd6031f0411d319b' + + stream: + - master: + branch: '{stream}' + disabled: false + - gambia: + branch: 'stable/{stream}' + disabled: false + + jobs: + - '{project-name}-rtd-jobs' |