Update project configs
[releng/builder.git] / jjb / lacp / lacp.yaml
index 896143cbfd5aa40f2d1744d244cef9f172512db8..9d8dd55e934e55d9c2854dce6ea213209b376156 100644 (file)
@@ -8,7 +8,7 @@
     jobs:
         - 'lacp-verify-{stream}'
         - 'lacp-merge-{stream}'
-        - 'lacp-daily-{stream}'
+        - 'lacp-periodic-{stream}'
         - 'lacp-distribution-{stream}'
         - 'lacp-integration-{stream}'
         - 'lacp-sonar'
                 - '{ssh-credentials}'
 
     triggers:
+        - timed: 'H H * * 0'
         - gerrit-trigger-patch-merged:
             name: 'lacp'
             branch: '{branch}'
         - findbugs
 
     publishers:
+        - archive-artifacts:
+            artifacts: '**/target/surefire-reports/*-output.txt, '
         - email-notification:
             email-prefix: '[lacp]'
         - maven-deploy:
         - jacoco-report
 
 - job-template:
-    name: 'lacp-daily-{stream}'
+    name: 'lacp-periodic-{stream}'
 
-    # Job template for daily builders
+    # Job template for periodic builders
     #
-    # The purpose of this job template is to setup a daily/nightly
-    # builder and pushes to Sonar analysis.
+    # The purpose of this job template is to setup a periodic
+    # builder.
     #
     # Required Variables:
     #     stream:    release stream (eg. stable-lithium or beryllium)
                 - '{ssh-credentials}'
 
     triggers:
-        - timed: 'H H * * 7'
+        - timed: '@daily'
 
     prebuilders:
         - wipe-org-opendaylight-repo
         global-settings: '{odl-global-settings}'
 
     postbuilders:
+        - shell: 'find . -regex ".*karaf/target" | xargs rm -rf'
         - check-clm:
             application-name: lacp