Reporting robot logs in multi pipeline

Change-Id: I6ca93a6f324f92f9f0fc517f5f110158250d0dc2
diff --git a/jjb/pipeline/voltha-go-multi-tests.groovy b/jjb/pipeline/voltha-go-multi-tests.groovy
index 9add00e..762ea02 100644
--- a/jjb/pipeline/voltha-go-multi-tests.groovy
+++ b/jjb/pipeline/voltha-go-multi-tests.groovy
@@ -157,14 +157,14 @@
          cd $HOME/kind-voltha/
          DEPLOY_K8S=n WAIT_ON_DOWN=y ./voltha down
          '''
-         step([$class: 'RobotPublisher',
+        step([$class: 'RobotPublisher',
             disableArchiveOutput: false,
-            logFileName: 'RobotLogs/log*.html',
+            logFileName: '**/log*.html',
             otherFiles: '',
-            outputFileName: 'RobotLogs/output*.xml',
-            outputPath: '.',
+            outputFileName: '**/output*.xml',
+            outputPath: 'RobotLogs',
             passThreshold: 100,
-            reportFileName: 'RobotLogs/report*.html',
+            reportFileName: '**/report*.html',
             unstableThreshold: 0]);
          archiveArtifacts artifacts: '*.log,*.gz,*.tgz'