From: Aric Gardner Date: Mon, 7 Dec 2020 16:35:31 +0000 (-0500) Subject: Add read the docs jobs for cirv X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=releng.git;a=commitdiff_plain;h=e527ba9e63233de374ef22e25039f353be5a77e1 Add read the docs jobs for cirv Signed-off-by: Aric Gardner Change-Id: I2265de4b34a045b35102c08bef5b05b156d60db0 --- diff --git a/jjb/cirv/cirv-rtd-jobs.yaml b/jjb/cirv/cirv-rtd-jobs.yaml new file mode 100644 index 000000000..2812d9e87 --- /dev/null +++ b/jjb/cirv/cirv-rtd-jobs.yaml @@ -0,0 +1,21 @@ +--- +- project: + name: cirv-rtd + project: cirv + project-name: cirv + + project-pattern: 'cirv' + rtd-build-url: 'https://readthedocs.org/api/v2/webhook/opnfv-cirv/140765/' + rtd-token: 'cec79ce42917b10adb33f0af8aaa9be33eee63d9' + + stream: + - master: + branch: '{stream}' + disabled: false + - jerma: + branch: 'stable/{stream}' + gs-pathname: '/{stream}' + disabled: false + + jobs: + - '{project-name}-rtd-jobs'