Merge "Lithium csit-list: VTN jobs renamed"
[releng/builder.git] / jjb / nemo / nemo.yaml
index 8cd8522b418ed020fd69241abf4133d3f2e8bcc1..7652744e68f8d29c541fae063ff20f8797890178 100644 (file)
@@ -8,7 +8,7 @@
     jobs:
         - 'nemo-verify-{stream}'
         - 'nemo-merge-{stream}'
-        - 'nemo-daily-{stream}'
+        - 'nemo-periodic-{stream}'
         - 'nemo-distribution-{stream}'
         - 'nemo-integration-{stream}'
         - 'nemo-sonar'
                 - '{ssh-credentials}'
 
     triggers:
+        - timed: 'H H * * 0'
         - gerrit-trigger-patch-merged:
             name: 'nemo'
             branch: '{branch}'
         - findbugs
 
     publishers:
+        - archive-artifacts:
+            artifacts: '**/target/surefire-reports/*-output.txt, '
         - email-notification:
             email-prefix: '[nemo]'
         - maven-deploy:
         - jacoco-report
 
 - job-template:
-    name: 'nemo-daily-{stream}'
+    name: 'nemo-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: nemo