Add initial jobs for OSAM repo

Change-Id: I9c3fc63ca1bd74fc5e79658f4c210f37c9c99214
diff --git a/jjb/verify/osam.yaml b/jjb/verify/osam.yaml
new file mode 100644
index 0000000..7cfe36a
--- /dev/null
+++ b/jjb/verify/osam.yaml
@@ -0,0 +1,21 @@
+---
+# verification jobs for 'osam' repo
+
+- project:
+    name: osam
+    project: '{name}'
+
+    jobs:
+      - 'verify-osam-jobs':
+          branch-regexp: '{supported-branches-regexp}'
+
+- job-group:
+    name: 'verify-osam-jobs'
+    jobs:
+      - 'verify-licensed'
+#     - 'tag-collision-reject':
+#         dependency-jobs: 'verify_osam_licensed'
+#     - 'verify-sonarqube':
+#         dependency-jobs: 'verify_osam_tag-collision'
+#         sonar-prep-commands: './build.sh'
+#         sonar-java-binaries: 'target'