Add tagging jobs to create git tags on trellis repos

Fix email address used to push tags

Change-Id: I2be5361ee66d3a589e4c1f8f0f39c0e0b19e6f26
diff --git a/jjb/repos/trellis-control.yaml b/jjb/repos/trellis-control.yaml
index 3ad64c4..766fe9c 100644
--- a/jjb/repos/trellis-control.yaml
+++ b/jjb/repos/trellis-control.yaml
@@ -6,14 +6,22 @@
     project: '{name}'
 
     jobs:
-      - 'trellis-control-jobs':
+      - 'verify-trellis-control-jobs':
           branch-regexp: '^(.*)$'
           junit-allow-empty-results: true
 
+      - 'publish-trellis-control-jobs':
+          branch-regexp: '^(.*)$'
+
 - job-group:
-    name: 'trellis-control-jobs'
+    name: 'verify-trellis-control-jobs'
     jobs:
       - 'verify-licensed'
       - 'tag-check'
       - 'maven-test'
+
+- job-group:
+    name: 'publish-trellis-control-jobs'
+    jobs:
+      - 'version-tag'
       - 'maven-publish'