commit | bb3001f508ee53d824f63db574ca105c3c462124 | [log] [tgz] |
---|---|---|
author | Jeremy Ronquillo <j_ronquillo@u.pacific.edu> | Mon Jul 01 12:57:07 2019 -0700 |
committer | Jeremy Ronquillo <j_ronquillo@u.pacific.edu> | Mon Jul 01 12:58:43 2019 -0700 |
tree | 53056fbfb8e7ed9be393ee007d393cb0d533712f | |
parent | fdc739c124e7f776699245f655adb2297b25507a [diff] [blame] |
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