Build CLM weekly on Saturdays
[releng/global-jjb.git] / jjb / lf-maven-jobs.yaml
index 0f52524..82816c8 100644 (file)
@@ -18,7 +18,7 @@
     # for any project ci that is using github.
 
     jobs:
-      - gerrit-maven-clm
+      - github-maven-clm
       - github-maven-release
 
 ####################
           build-timeout: '{build-timeout}'
           jenkins-ssh-credential: '{jenkins-ssh-credential}'
 
+    triggers:
+      # Build weekly on Saturdays
+      - timed: 'H H * * 6'
+
     builders:
       - lf-maven-install:
           mvn-version: '{mvn-version}'