Fixing property file overwritting in Jenkins Pipelines

Change-Id: Ic7325da3ed73cb07af01ce67e1f44db3215216c3
diff --git a/TestON/JenkinsFile/SCPFJenkinsFile b/TestON/JenkinsFile/SCPFJenkinsFile
index cf31c9d..b553af4 100644
--- a/TestON/JenkinsFile/SCPFJenkinsFile
+++ b/TestON/JenkinsFile/SCPFJenkinsFile
@@ -30,7 +30,7 @@
 
 // read the information from TestON.property on BM
 def prop = null
-prop = funcs.getProperties()
+prop = funcs.getProperties( "SCPF" )
 
 // get the list of the test to run.
 echo( "Testcases:" )