From 9ff062d2a4e6e17192cc600d69131ada834acda3 Mon Sep 17 00:00:00 2001 From: Sofia Wallin Date: Thu, 30 Jan 2020 11:00:46 +0100 Subject: Add docs build jobs for airship Signed-off-by: Sofia Wallin Change-Id: I3324a8d1c69514c1ca868e08522b04f6ee3f58b4 --- jjb/airship/airship-rtd-jobs.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 jjb/airship/airship-rtd-jobs.yaml diff --git a/jjb/airship/airship-rtd-jobs.yaml b/jjb/airship/airship-rtd-jobs.yaml new file mode 100644 index 000000000..f3af2adfd --- /dev/null +++ b/jjb/airship/airship-rtd-jobs.yaml @@ -0,0 +1,21 @@ +--- +- project: + name: airship-rtd + project: airship + project-name: airship + project-pattern: 'airship' + + stream: + - master: + branch: '{stream}' + disabled: false + - iruya: + branch: 'stable/{stream}' + disabled: false + + + rtd-build-url: 'https://readthedocs.org/api/v2/webhook/opnfv-airship/111032/' + rtd-token: 'b4e9b47eee6e1311e82e462f06cc4fb44a7534db' + + jobs: + - '{project-name}-rtd-jobs' -- cgit 1.2.3-korg