diff options
-rw-r--r-- | jjb/apex/apex.yml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/jjb/apex/apex.yml b/jjb/apex/apex.yml index 33614fe9a..24fa4b103 100644 --- a/jjb/apex/apex.yml +++ b/jjb/apex/apex.yml @@ -164,9 +164,6 @@ refspec: '' branch: '{branch}' - triggers: - - 'apex-{stream}' - builders: - 'apex-build' - 'apex-deploy-virtual' @@ -242,6 +239,10 @@ use-build-blocker: true blocking-jobs: - "apex-daily.*" + + triggers: + - 'apex-{stream}' + builders: - trigger-builds: - project: 'apex-build-{stream}' |