Build and upload VOLTHA docs to docs.voltha.org

Change-Id: I5d9304e9a828f6c6dbdf1667f4d1ab6960401638
diff --git a/jjb/cord-macros.yaml b/jjb/cord-macros.yaml
index 668c2f7..2410b3c 100644
--- a/jjb/cord-macros.yaml
+++ b/jjb/cord-macros.yaml
@@ -160,3 +160,23 @@
             - file-id: pipconf
               target: '$HOME/.config/pip/pip.conf'
 
+# wrapper to provide SSH key and fill in ~/.ssh/known_hosts file for use with rsync
+# Name matches macro in ONOS JJB, for future unification
+- wrapper:
+    name: onf-infra-rsync-wrappers
+    wrappers:
+      - mask-passwords
+      - timeout:
+          type: absolute
+          timeout: '{build-timeout}'
+          timeout-var: 'BUILD_TIMEOUT'
+          fail: true
+      - timestamps
+      - ssh-agent-credentials:
+          users:
+            - '{jenkins-ssh-credential}'
+      - config-file-provider:
+          files:
+            - file-id: known_hosts
+              target: '$HOME/.ssh/known_hosts'
+