Fix for generating wiki graph test results

Change-Id: I5c67bb8010d504f7afcd7ac3d7ed7809441cdcca
diff --git a/TestON/JenkinsFile/SCPF_Graph_Generator b/TestON/JenkinsFile/SCPF_Graph_Generator
index 8e3abb8..404da74 100644
--- a/TestON/JenkinsFile/SCPF_Graph_Generator
+++ b/TestON/JenkinsFile/SCPF_Graph_Generator
@@ -27,7 +27,7 @@
 funcs.initialize( "SCPF", SCPFfuncs );
 
 def prop = null
-prop = funcs.getProperties( "SCPF" )
+prop = funcs.getProperties( "SCPF", params.ONOSbranch )
 
 // get the variables from the Jenkins parameters.
 def Tests = params.Test