Merge "Add INFO.yaml verify job"
[ci-management.git] / jjb / tldk / tldk.yaml
index 13fed26..2426bb9 100644 (file)
       - master:
           branch: 'master'
 
+- project:
+    name: tldk-view
+    view:
+      - project-view
+    project-name: tldk
+
 - job-template:
     name: '{project}-verify-{stream}-{os}'
 
 
     project-type: freestyle
     node: '{os}-basebuild-4c-4g'
-
     build-discarder:
       daysToKeep: '{build-days-to-keep}'
       numToKeep: '{build-num-to-keep}'
 
     publishers:
       - archive-artifacts:
-          artifacts: 'csit/report.html, csit/log.html, csit/output.xml'
+          artifacts: >
+            **/csit/report.html,
+            **/csit/log.html,
+            **/csit/output.xml
           latest-only: false
 
       - robot-report: