diff options
Diffstat (limited to 'jjb/bottlenecks/bottlenecks-rtd-jobs.yaml')
-rw-r--r-- | jjb/bottlenecks/bottlenecks-rtd-jobs.yaml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/jjb/bottlenecks/bottlenecks-rtd-jobs.yaml b/jjb/bottlenecks/bottlenecks-rtd-jobs.yaml new file mode 100644 index 000000000..9730f24ef --- /dev/null +++ b/jjb/bottlenecks/bottlenecks-rtd-jobs.yaml @@ -0,0 +1,21 @@ +--- +- project: + name: bottlenecks-rtd + project: bottlenecks + project-name: bottlenecks + + gerrit-skip-vote: true + project-pattern: 'bottlenecks' + rtd-build-url: 'https://readthedocs.org/api/v2/webhook/opnfv-bottlenecks/47355/' + rtd-token: '95dd0dbdde4a219b5196ffb86e15401b7b927885' + + stream: + - master: + branch: '{stream}' + disabled: false + - gambia: + branch: 'stable/{stream}' + disabled: false + + jobs: + - '{project-name}-rtd-jobs' |