From e527ba9e63233de374ef22e25039f353be5a77e1 Mon Sep 17 00:00:00 2001 From: Aric Gardner Date: Mon, 7 Dec 2020 11:35:31 -0500 Subject: Add read the docs jobs for cirv Signed-off-by: Aric Gardner Change-Id: I2265de4b34a045b35102c08bef5b05b156d60db0 --- jjb/cirv/cirv-rtd-jobs.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 jjb/cirv/cirv-rtd-jobs.yaml 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' -- cgit 1.2.3-korg