Merge "Update README"
[releng/builder.git] / jjb / ttp / ttp.yaml
index f05cbb7617ad3b4803445c5a7b09d423218958f4..190b189a0e224cacbd3172a42e134db4afa80a80 100644 (file)
@@ -8,7 +8,7 @@
     jobs:
         - 'ttp-verify-{stream}'
         - 'ttp-merge-{stream}'
-        - 'ttp-daily-{stream}'
+        - 'ttp-periodic-{stream}'
         - 'ttp-distribution-{stream}'
         - 'ttp-integration-{stream}'
         - 'ttp-sonar'
         - findbugs
 
     publishers:
+        - archive-artifacts:
+            artifacts: '**/target/surefire-reports/*-output.txt, '
         - email-notification:
             email-prefix: '[ttp]'
         - maven-deploy:
         - jacoco-report
 
 - job-template:
-    name: 'ttp-daily-{stream}'
+    name: 'ttp-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: ttp