[CORD-3117]

Scripts for verifying and tagging git commits with versions

Change-Id: I9481b4a3a6ef7ef0c676cb3ed4a121a0ea53e85d
diff --git a/jjb/imagebuilder.yaml b/jjb/imagebuilder.yaml
index d26d7f8..a03db4d 100644
--- a/jjb/imagebuilder.yaml
+++ b/jjb/imagebuilder.yaml
@@ -1,5 +1,5 @@
 ---
-# CORD helm chart publishing tasks
+# CORD docker image building + dockerhub publishing tasks
 
 - project:
     name: imagebuilder
@@ -9,7 +9,7 @@
       - 'publish-imagebuilder':
           project-regexp: '{imagebuilder-projects-regexp}'
           branch-regexp: '{supported-branches-regexp}'
-
+#          dependency-jobs: 'version-tag'
 
 - job-template:
     id: publish-imagebuilder
@@ -51,6 +51,9 @@
           default: '$GERRIT_BRANCH'
           description: 'Name of the repo branch to use'
 
+# NOTE: May need to parameters that give the ability to rebuild from a specific
+# tag or commit on a branch.
+
       - bool:
           name: build
           default: false