Rename archive-build macro to opendaylight-infra-shiplogs
[releng/builder.git] / jjb / docs / docs-rtd.yaml
index 3cc61844c5da83eaa23986c4f073fd5eaaf4ac6a..66abc6133e6f6b270492d3508a3d44ec8410cc97 100644 (file)
@@ -5,15 +5,20 @@
         - 'docs-verify-rtd-{stream}'
 
     stream:
-        - boron:
+        - carbon:
             branch: 'master'
+        - boron:
+            branch: 'stable/boron'
+        - beryllium:
+            branch: 'stable/beryllium'
 
     project: 'docs'
     rtdproject: 'opendaylight'
+    archive-artifacts: 'docs/_build/html/**'
 
 - job-template:
     name: 'docs-merge-rtd-{stream}'
-    node: dynamic_verify
+    node: centos7-java-builder-2c-8g
 
     project-type: freestyle
 
         daysToKeep: 14
 
     parameters:
-        - project-parameter:
-            project: '{project}'
-        - gerrit-parameters:
+        - opendaylight-infra-parameters:
             project: '{project}'
             branch: '{branch}'
             refspec: 'refs/heads/{branch}'
+            artifacts: '{archive-artifacts}'
 
     wrappers:
         - opendaylight-infra-wrappers:
     publishers:
         - email-notification:
             email-prefix: '[docs]'
+        - opendaylight-infra-shiplogs:
+            maven-version: '{mvn33}'
 
 - job-template:
     name: 'docs-verify-rtd-{stream}'
-    node: dynamic_verify
+    node: centos7-java-builder-2c-8g
 
     project-type: freestyle
 
         daysToKeep: 14
 
     parameters:
-        - project-parameter:
-            project: '{project}'
-        - gerrit-parameters:
+        - opendaylight-infra-parameters:
             project: '{project}'
             branch: '{branch}'
             refspec: 'refs/heads/{branch}'
+            artifacts: '{archive-artifacts}'
 
     scm:
         - git-scm-with-submodules:
     publishers:
         - email-notification:
             email-prefix: '[docs]'
+        - opendaylight-infra-shiplogs:
+            maven-version: '{mvn33}'