Added voltctl jobs

Change-Id: I0d038ca5ae2c0e9bd1bffe90dbe694eb4b8fa685
diff --git a/jjb/verify/voltctl.yaml b/jjb/verify/voltctl.yaml
new file mode 100644
index 0000000..e9ac060
--- /dev/null
+++ b/jjb/verify/voltctl.yaml
@@ -0,0 +1,33 @@
+---
+# verification jobs for 'voltctl' repo
+
+- project:
+    name: voltctl
+    project: '{name}'
+
+    dest-gopath: "github.com/opencord"
+
+    jobs:
+      - 'verify-voltctl-jobs':
+          branch-regexp: '{supported-branches-regexp}'
+      - 'post-submit-voltctl-jobs':
+          branch-regexp: '{supported-branches-regexp}'
+
+- job-group:
+    name: 'verify-voltctl-jobs'
+    jobs:
+      - 'verify-licensed'
+      - 'tag-collision-reject':
+          dependency-jobs: 'verify_voltctl_licensed'
+      - 'make-unit-test':
+          unit-test-targets: 'lint test'
+          unit-test-keep-going: 'true'
+          dependency-jobs: 'verify_voltctl_tag-collision'
+
+- job-group:
+    name: 'post-submit-voltctl-jobs'
+    jobs:
+      - 'github-release':
+          dependency-jobs: 'version-tag'
+          github-organization: 'opencord'
+          artifact-glob: 'release/*'