[VOL-2870] Enable tests/tagging for kind-voltha

[VOL-2875] Multiversion build and tagging for docs

Change-Id: I1ecaf4ecf594854a5eb2922482534da8349b62cd
diff --git a/jjb/verify/voltha-docs.yaml b/jjb/verify/voltha-docs.yaml
index c10d081..904ff98 100644
--- a/jjb/verify/voltha-docs.yaml
+++ b/jjb/verify/voltha-docs.yaml
@@ -15,19 +15,16 @@
     name: 'verify-voltha-docs-jobs'
     jobs:
       - 'verify-licensed'
+      - 'tag-collision-reject'
       - 'make-unit-test':
           unit-test-targets: 'test'
-          unit-test-keep-going: 'true'
           junit-allow-empty-results: true
 
 - job-group:
     name: 'post-submit-voltha-docs-jobs'
     jobs:
       - 'sync-dir':
-          build-command: 'make html'
-          build-output-path: '_build/html/'
-          # When versioning is working properly, use:
-          # build-command: 'make versioned'
-          # build-output-path: '_build/html/'
+          build-command: 'make multiversion'
+          build-output-path: '_build/multiversion/'
           sync-target-server: 'guide.opencord.org'
           sync-target-path: '/var/www/voltha-docs/'