[SEBA-682]

GitHub release artifact generation/upload automation

Change-Id: I72978adaef5640e67265abf1309cd85af1f5305c
diff --git a/jjb/verify/cordctl.yaml b/jjb/verify/cordctl.yaml
index 480ad86..feca456 100644
--- a/jjb/verify/cordctl.yaml
+++ b/jjb/verify/cordctl.yaml
@@ -5,9 +5,13 @@
     name: cordctl
     project: '{name}'
 
+    dest-gopath: "github.com/opencord"
+
     jobs:
       - 'verify-cordctl-jobs':
           branch-regexp: '{supported-branches-regexp}'
+      - 'post-submit-cordctl-jobs':
+          branch-regexp: '{supported-branches-regexp}'
 
 - job-group:
     name: 'verify-cordctl-jobs'
@@ -16,7 +20,14 @@
       - 'tag-collision-reject':
           dependency-jobs: 'verify_cordctl_licensed'
       - 'make-unit-test':
-          dest-gopath: "github.com/opencord"
           unit-test-targets: 'lint test'
           unit-test-keep-going: 'true'
           dependency-jobs: 'verify_cordctl_tag-collision'
+
+- job-group:
+    name: 'post-submit-cordctl-jobs'
+    jobs:
+      - 'github-release':
+          dependency-jobs: 'version-tag'
+          github-organization: 'opencord'
+          artifact-glob: 'release/*'