moving Apex timer trigger off build to daily job 95/3895/1
authorDan Radez <dradez@redhat.com>
Wed, 2 Dec 2015 21:15:53 +0000 (16:15 -0500)
committerDan Radez <dradez@redhat.com>
Wed, 2 Dec 2015 21:15:53 +0000 (16:15 -0500)
Change-Id: Ic21698547c8d260a46475b8b39b5950cee19d412
Signed-off-by: Dan Radez <dradez@redhat.com>
jjb/apex/apex.yml

index 33614fe..24fa4b1 100644 (file)
             refspec: ''
             branch: '{branch}'
 
-    triggers:
-        - 'apex-{stream}'
-
     builders:
         - 'apex-build'
         - 'apex-deploy-virtual'
             use-build-blocker: true
             blocking-jobs:
                 - "apex-daily.*"
+
+    triggers:
+        - 'apex-{stream}'
+
     builders:
         - trigger-builds:
           - project: 'apex-build-{stream}'