Update Blackduck jobs

- Add post-merge jobs
- Rename periodic jobs
- Add an ONOS gerrit periodic check
- Use `blackduck-project` and eliminate use of `project-name`

Change-Id: I37cbb13c9b8f3915a76e1a125df9f38f189fc116
diff --git a/jjb/defaults.yaml b/jjb/defaults.yaml
index d8cf63e..cfcd176 100644
--- a/jjb/defaults.yaml
+++ b/jjb/defaults.yaml
@@ -70,6 +70,9 @@
     platform-branches-regexp: '^(master|cord-6.1)$'
     seba-branches-regexp: '^(master|seba-1.0)$'
 
+    # matchs all project repos
+    all-projects-regexp: '.*'
+
     # for matching repos that build docker images with imagebuilder
     # As of 2019-04-16 most of the services actively being developed use the
     # make-based image generation process managed by the `docker-publish` job