Add rtdv3 jobs. 65/101065/4
authorAric Gardner <agardner@linuxfoundation.org>
Mon, 3 Feb 2020 17:31:05 +0000 (12:31 -0500)
committerAric Gardner <agardner@linuxfoundation.org>
Mon, 3 Feb 2020 19:07:58 +0000 (14:07 -0500)
Jobs can run in parallel to current jobs.

docs are here:
https://docs.releng.linuxfoundation.org\
/projects/global-jjb/en/latest/jjb/lf-rtdv3-jobs.html

Issue-ID: CIMAN-33
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Change-Id: If269c1ba25f579b18a135a949ed166a45ab14ebe

jenkins-config/global-vars-production.sh
jenkins-config/global-vars-sandbox.sh
jjb/rtdv3/rtdv3.yaml [new file with mode: 0644]

index 7b124aa..d450c7b 100644 (file)
@@ -19,3 +19,4 @@ SIGUL_BRIDGE_IP=10.30.104.3
 SIGUL_KEY=onap-release-2018
 SILO=production
 SONAR_URL=https://sonar.onap.org
+MASTER_RTD_PROJECT=doc
index 146fe6e..412f808 100644 (file)
@@ -19,3 +19,4 @@ SIGUL_BRIDGE_IP=10.30.104.3
 SIGUL_KEY=onap-test
 SILO=sandbox
 SONAR_URL=https://sonar.onap.org
+MASTER_RTD_PROJECT=doc-test
diff --git a/jjb/rtdv3/rtdv3.yaml b/jjb/rtdv3/rtdv3.yaml
new file mode 100644 (file)
index 0000000..c87a652
--- /dev/null
@@ -0,0 +1,27 @@
+# Global read the docs version 3 jobs
+#
+# jobs trigger for all projects, all branches
+# on any changes to files in a docs/ directory
+# and publish subprojects to readthedocs.io
+# using credentials from Jenkins settings
+---
+- project:
+    name: rtdv3-view
+    project-name: rtdv3-global
+    views:
+      - project-view
+
+- project:
+    name: rtdv3-global
+    build-node: centos7-builder-2c-1g
+    # override the default to ignore ref-updated-event (tag)
+    gerrit_merge_triggers:
+      - change-merged-event
+      - comment-added-contains-event:
+          comment-contains-value: remerge$
+    jobs:
+      - rtdv3-global-verify
+      - rtdv3-global-merge
+    stream:
+      - master:
+          branch: '*'