Fix for wiki logs for TestON Tests

Change-Id: I02500a88b6763d154263081617cdd90f983b07d3
diff --git a/TestON/JenkinsFile/dependencies/JenkinsCommonFuncs.groovy b/TestON/JenkinsFile/dependencies/JenkinsCommonFuncs.groovy
index 94d2dbd..05c1f1e 100644
--- a/TestON/JenkinsFile/dependencies/JenkinsCommonFuncs.groovy
+++ b/TestON/JenkinsFile/dependencies/JenkinsCommonFuncs.groovy
@@ -412,8 +412,8 @@
                                 sh fetchLogs( pureTestName )
                                 if ( !isSCPF ){
                                     publishToConfluence( prop[ "manualRun" ], prop[ "postResult" ],
-                                                         testCategory[ testName ][ 'wiki_link' ],
-                                                         workSpace + "/" + testCategory[ testName ][ 'wiki_file' ] )
+                                                         testCategory[ testName ][ 'wikiName' ],
+                                                         workSpace + "/" + testCategory[ testName ][ 'wikiFile' ] )
                                 }
                             }
                         }
@@ -422,7 +422,7 @@
                     if ( !graphOnly ){
                         def resultURL = postLogs( testName, prop[ "WikiPrefix" ] )
                         analyzeResult( prop, workSpace, pureTestName, testName, resultURL,
-                                       isSCPF ? "" : testCategory[ testName ][ 'wiki_link' ],
+                                       isSCPF ? "" : testCategory[ testName ][ 'wikiName' ],
                                        isSCPF )
                     }
                 }