From 1e2b2f8fe3eed4c2fd1a9fbd61dfcd71ea39cbc3 Mon Sep 17 00:00:00 2001 From: Aric Gardner Date: Tue, 6 Nov 2018 11:35:55 -0500 Subject: [PATCH] Fuel RTD job was missed Adding it back, I removed it from fuel-project-jobs and forgot to add it back as its own file Change-Id: I9d84a979cd5323d72ec858b310cb1b786c5f1207 Signed-off-by: Aric Gardner --- jjb/fuel/fuel-rtd-jobs.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 jjb/fuel/fuel-rtd-jobs.yaml diff --git a/jjb/fuel/fuel-rtd-jobs.yaml b/jjb/fuel/fuel-rtd-jobs.yaml new file mode 100644 index 000000000..b2e8397a2 --- /dev/null +++ b/jjb/fuel/fuel-rtd-jobs.yaml @@ -0,0 +1,12 @@ +--- +- project: + name: fuel-rtd + project: fuel + project-name: fuel + + project-pattern: 'fuel' + rtd-build-url: 'https://readthedocs.org/api/v2/webhook/opnfv-fuel/47205/' + rtd-token: '38f40bf6c08fd4bccb930871bc29b08404cf98b0' + + jobs: + - '{project-name}-rtd-jobs' -- 2.16.6