adding vsg-hw verify jobs

Change-Id: I0cd79cc21095e0029cb340383491f4250134d759
diff --git a/jjb/verify/vsg-hw.yaml b/jjb/verify/vsg-hw.yaml
new file mode 100644
index 0000000..3aad4a1
--- /dev/null
+++ b/jjb/verify/vsg-hw.yaml
@@ -0,0 +1,24 @@
+---
+# verification jobs for 'vsg-hw' repo
+
+- project:
+    name: vsg-hw
+    project: '{name}'
+
+    jobs:
+      - 'verify-vsg-hw-jobs':
+          branch-regexp: '{supported-branches-regexp}'
+
+- job-group:
+    name: 'verify-vsg-hw-jobs'
+    jobs:
+      - 'verify-licensed'
+      - 'verify-sonarqube':
+          dependency-jobs: 'verify_vsg-hw_licensed'
+      - 'xos-unit-test':
+          dependency-jobs: 'verify_vsg-hw_sonarqube'
+      - 'api-test':
+          dependency-jobs: 'verify_vsg-hw_unit-test'
+          pipeline_script: 'all-xos-api-test-helm.groovy'
+
+