Update automated project templates
[releng/builder.git] / jjb / discovery / discovery.yaml
index e6aab1e6c9e2c5191c15792745a488b8cbfc140b..15e7b473d4a03521b4bf3c43f8c16d06e5df4e59 100644 (file)
@@ -8,7 +8,7 @@
     jobs:
         - 'discovery-verify-{stream}'
         - 'discovery-merge-{stream}'
-        - 'discovery-daily-{stream}'
+        - 'discovery-periodic-{stream}'
         - 'discovery-distribution-{stream}'
         - 'discovery-integration-{stream}'
         - 'discovery-sonar'
         - jacoco-report
 
 - job-template:
-    name: 'discovery-daily-{stream}'
+    name: 'discovery-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