From 28be1e6e7eea136dae7a985cfd1a5656ca63ca5c Mon Sep 17 00:00:00 2001 From: Aric Gardner Date: Mon, 21 Oct 2019 16:04:36 -0400 Subject: [PATCH] Add read the docsv3 jobs. These jobs will trigger but will not run any code unless a .readthedocs.yaml file exists in the root of your repo. Signed-off-by: Aric Gardner Change-Id: Ice3f957a9d99222bfa2f915cf7fc92bd627fa0fe --- jjb/read-the-docs/rtd.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 jjb/read-the-docs/rtd.yaml diff --git a/jjb/read-the-docs/rtd.yaml b/jjb/read-the-docs/rtd.yaml new file mode 100644 index 00000000..a44537ad --- /dev/null +++ b/jjb/read-the-docs/rtd.yaml @@ -0,0 +1,23 @@ +--- +# Global read the docs jobs +# +# jobs trigger for all projects on any changes +# to files in the docs/* directory + +- project: + name: rtdv3-global-verify + build-node: centos7-builder-1c-1g + jobs: + - rtdv3-global-verify + stream: + - master: + branch: master + +- project: + name: rtdv3-global-merge + build-node: centos7-builder-1c-1g + jobs: + - rtdv3-global-merge + stream: + - master: + branch: master -- 2.16.6