Configure CSIT Jenkins view
[ci-management.git] / jjb / csit / csit.yaml
index 19bcce1..aad5508 100644 (file)
@@ -64,9 +64,9 @@
       - master:
           branch: 'master'
           branch-id: 'oper'
-      - '1810':
-          branch: 'rls1810'
-          branch-id: 'oper-rls1810'
+      - '1901':
+          branch: 'rls1901'
+          branch-id: 'oper-rls1901'
     stream:
       - master:
           branch: 'master'
       - '1810':
           branch: 'rls1810'
           branch-id: 'oper-rls1810'
+      - '1901':
+          branch: 'rls1901'
+          branch-id: 'oper-rls1901'
+
+- project:
+    name: csit-view
+    views:
+      - project-view
+    project-name: csit
 
 - job-template:
     name: 'csit-vpp-functional-{stream}-{os}-virl'
           build-timeout: '{build-timeout}'
 
     triggers:
-      - timed: '0 16 * * *'
+      - timed: '0 16 * * 1,3,5'
 
     builders:
       - shell: 'echo "BRANCH_ID={branch-id}" > $WORKSPACE/variables.prop'
           build-timeout: '{build-timeout}'
 
     triggers:
-      - timed: '0 2,16 * * *'
+      - timed: '0 16 * * 1,3,5'
 
     builders:
       - shell: 'echo "BRANCH_ID={branch-id}" > $WORKSPACE/variables.prop'
           build-timeout: '{build-timeout}'
 
     triggers:
-      - timed: '0 2,16 * * *'
+      - timed: '0 16 * * 1,3,5'
 
     builders:
       - shell: 'echo "BRANCH_ID={branch-id}" > $WORKSPACE/variables.prop'
           build-timeout: '{build-timeout}'
 
     triggers:
-      - timed: '0 2,16 * * *'
+      - timed: '0 16 * * 1,3,5'
 
     builders:
       - shell: 'echo "BRANCH_ID={branch-id}" > $WORKSPACE/variables.prop'
 
     publishers:
       - archive-artifacts:
-          artifacts: >
-            **/csit/report.html,
-            **/csit/log.html,
-            **/csit/output.xml
+          artifacts: 'archive/*.*'
           latest-only: false
 
       - robot-report: