Merge "Migrate docs-rtd to archive-builds macro"
[releng/builder.git] / jjb / docs / docs-rtd.yaml
index f6b69f114ee08b66aeb14388affff3e9ca2080c9..f480ed5d1abe919865549c9eefe4b42fcbbd9e59 100644 (file)
         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:
@@ -58,6 +57,8 @@
     publishers:
         - email-notification:
             email-prefix: '[docs]'
+        - archive-build:
+            maven-version: '{mvn33}'
 
 - job-template:
     name: 'docs-verify-rtd-{stream}'
         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]'
+        - archive-build:
+            maven-version: '{mvn33}'