Fix for wiki logs for TestON Tests (2)

Change-Id: I42cf85d4331d25104d0746a68e8866fe8fe0935f
diff --git a/TestON/JenkinsFile/dependencies/JenkinsCommonFuncs.groovy b/TestON/JenkinsFile/dependencies/JenkinsCommonFuncs.groovy
index 05c1f1e..f57fefb 100644
--- a/TestON/JenkinsFile/dependencies/JenkinsCommonFuncs.groovy
+++ b/TestON/JenkinsFile/dependencies/JenkinsCommonFuncs.groovy
@@ -412,7 +412,7 @@
                                 sh fetchLogs( pureTestName )
                                 if ( !isSCPF ){
                                     publishToConfluence( prop[ "manualRun" ], prop[ "postResult" ],
-                                                         testCategory[ testName ][ 'wikiName' ],
+                                                         prop[ "WikiPrefix" ] + "-" + testCategory[ testName ][ 'wikiName' ],
                                                          workSpace + "/" + testCategory[ testName ][ 'wikiFile' ] )
                                 }
                             }