Make merge jobs run every Sunday at random time 52/32252/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 8 Jan 2016 02:55:49 +0000 (21:55 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 8 Jan 2016 02:56:07 +0000 (21:56 -0500)
Per mailing list discussion we decided to try forcing SNAPSHOTS to be
removed automatically from Nexus on a 3 week window. This patch is the
first step of this task to ensure that merge jobs are run on a regular
weekly basis.

See:
https://lists.opendaylight.org/pipermail/release/2016-January/005132.html

Change-Id: I24780dcd44baa4faf44c830942f58d380768d525
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
jjb-templates/merge.yaml

index 98a81d5bcaba233294ea04e76f57473e2c3aa2cd..c416ea8664659ae0016633c5cf2678e376c3c1fd 100644 (file)
@@ -41,6 +41,7 @@
                 - '{ssh-credentials}'
 
     triggers:
+        - timed: 'H H * * 0'
         - gerrit-trigger-patch-merged:
             name: 'PROJECT_PATH'
             branch: '{branch}'