basic validation tests on cord-onos-publisher
Change-Id: I7506ffda0c2ca9a134521076e245497320b8ead5
diff --git a/jjb/verify/cord-onos-publisher.yaml b/jjb/verify/cord-onos-publisher.yaml
new file mode 100644
index 0000000..cd427c5
--- /dev/null
+++ b/jjb/verify/cord-onos-publisher.yaml
@@ -0,0 +1,19 @@
+---
+# verification jobs for 'cord-onos-publisher' repo
+
+- project:
+ name: cord-onos-publisher
+ project: '{name}'
+
+ jobs:
+ - 'verify-cord-onos-publisher-jobs':
+ branch-regexp: '{all-branches-regexp}'
+
+- job-group:
+ name: 'verify-cord-onos-publisher-jobs'
+ jobs:
+ - 'verify-licensed'
+ - 'tag-collision-reject':
+ dependency-jobs: 'verify_cord-onos-publisher_licensed'
+# - 'make-unit-test':
+# dest-gopath: "github.com/opencord"