Add bng repo

Change-Id: I12eb72f08a1fb8108b8607ac226a069a5efee735
diff --git a/jjb/verify/bng.yaml b/jjb/verify/bng.yaml
new file mode 100644
index 0000000..34b4aa8
--- /dev/null
+++ b/jjb/verify/bng.yaml
@@ -0,0 +1,18 @@
+---
+# jobs for 'bng' repo
+
+- project:
+    name: bng
+    project: '{name}'
+
+    jobs:
+      - 'bng-jobs':
+          branch-regexp: '^(.*)$'
+
+- job-group:
+    name: 'bng-jobs'
+    jobs:
+      - 'verify-licensed'
+      - 'tag-collision-reject'
+      - 'maven-install'
+      - 'maven-publish'