Spread out the scheduling of Daily jobs
[ci-management.git] / jjb / aai / aai-rest-client.yaml
index 4ea031a..cefd9da 100644 (file)
@@ -3,7 +3,6 @@
     name: aai-rest-client-master
     project-name: 'aai-rest-client'
     jobs:
-      - gerrit-maven-clm
       - '{project-name}-{stream}-verify-java'
       - '{project-name}-{stream}-merge-java'
       - '{project-name}-{stream}-release-version-java-daily'
@@ -21,7 +20,7 @@
     name: aai-rest-client-sonar
     jobs:
       - gerrit-maven-sonar
-    cron: 'H 11 * * *'
+    cron: '@daily'
     build-node: ubuntu1604-builder-4c-4g
     project: 'aai/rest-client'
     project-name: 'aai-rest-client'
     mvn-settings: 'aai-rest-client-settings'
     mvn-goals: 'clean install'
     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
+
+- project:
+    name: aai-rest-client-clm
+    jobs:
+      - gerrit-maven-clm
+    project: 'aai/rest-client'
+    project-name: 'aai-rest-client'
+    branch: 'master'
+    mvn-settings: 'aai-rest-client-settings'