From: Aric Gardner Date: Mon, 21 Oct 2019 20:04:36 +0000 (-0400) Subject: Add read the docsv3 jobs. X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=28be1e6e7eea136dae7a985cfd1a5656ca63ca5c;p=ci-management.git 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 --- 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