VOLTHA image publisher job

Change-Id: I175c058300d6ea03c56d86cd5d325214904bd936
diff --git a/jjb/imagebuilder.yaml b/jjb/imagebuilder.yaml
index 1f2a67b..10eac84 100644
--- a/jjb/imagebuilder.yaml
+++ b/jjb/imagebuilder.yaml
@@ -15,7 +15,7 @@
     id: publish-imagebuilder
     name: 'publish-imagebuilder'
     description: |
-      Created by {id} job-template from ci-management/jjb/helm.yaml
+      Created by {id} job-template from ci-management/jjb/imagebuilder.yaml
 
     triggers:
       - cord-infra-gerrit-trigger-merge:
@@ -51,8 +51,8 @@
           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.
+      # NOTE: May need to parameters that give the ability to rebuild from a specific
+      # tag or commit on a branch.
 
       - bool:
           name: build
@@ -65,9 +65,9 @@
           description: 'Force remove obsolete tags/images (same as "docker rmi --force")'
 
       - string:
-         name: failureEmail
-         default: '{failure-email-address}, $GERRIT_PATCHSET_UPLOADER_EMAIL'
-         description: 'On job failure, send an email to these addresses'
+          name: failureEmail
+          default: '{failure-email-address}, $GERRIT_PATCHSET_UPLOADER_EMAIL'
+          description: 'On job failure, send an email to these addresses'
 
     project-type: pipeline
     concurrent: false