commit | 81ab48be10eea7a334b679b32462e5b104684673 | [log] [tgz] |
---|---|---|
author | Devin Lim <devin@opennetworking.org> | Fri Feb 09 14:24:57 2018 -0800 |
committer | Devin Lim <devin@opennetworking.org> | Fri Feb 09 14:33:27 2018 -0800 |
tree | 22dc760520de51c0989a618c890a98d4a03f3f61 | |
parent | f6ed5017a9e54133542f38fe3e3c888577cd79bf [diff] [blame] |
Fixing Jenkins File directory issues Change-Id: I7c106e1cc3d2e2d651866b7dc279e17573ae9443
diff --git a/TestON/JenkinsFile/SCPF_Graph_Generator b/TestON/JenkinsFile/SCPF_Graph_Generator index 435283c..b6aabc8 100644 --- a/TestON/JenkinsFile/SCPF_Graph_Generator +++ b/TestON/JenkinsFile/SCPF_Graph_Generator
@@ -1,5 +1,5 @@ #!groovy -SCPFfuncs = evaluate readTrusted( 'PerformanceFuncs.groovy' ) +SCPFfuncs = evaluate readTrusted( 'TestON/JenkinsFile/PerformanceFuncs.groovy' ) SCPFfuncs.init() funcs = evaluate readTrusted( 'JenkinsCommonFuncs.groovy' ) funcs.initialize( "SCPF", SCPFfuncs );