CI Jobs for separated trellis, and tost-onos repos

Use existing ONOS GPG key for maven builds

Change-Id: I29bcf27ae8631b41a4f89ac926258a973626c19a
diff --git a/jjb/repos/trellis-control.yaml b/jjb/repos/trellis-control.yaml
new file mode 100644
index 0000000..3ad64c4
--- /dev/null
+++ b/jjb/repos/trellis-control.yaml
@@ -0,0 +1,19 @@
+---
+# jobs for 'trellis-control' repo
+
+- project:
+    name: trellis-control
+    project: '{name}'
+
+    jobs:
+      - 'trellis-control-jobs':
+          branch-regexp: '^(.*)$'
+          junit-allow-empty-results: true
+
+- job-group:
+    name: 'trellis-control-jobs'
+    jobs:
+      - 'verify-licensed'
+      - 'tag-check'
+      - 'maven-test'
+      - 'maven-publish'