commit | 0b3b4f5ff875211ec69fbee177cc35aadeab3b6b | [log] [tgz] |
---|---|---|
author | Suchitra Vemuri <suchitra@opennetworking.org> | Sun Apr 12 17:00:44 2020 -0700 |
committer | Suchitra Vemuri <suchitra@opennetworking.org> | Sun Apr 12 17:00:48 2020 -0700 |
tree | d130ca8d2568965d369e10d42190bccbabe41b2e | |
parent | a95622199e239240c9410270e15fba4f3b6c573f [diff] [blame] |
[VOL-2917] Fix tech profile location Change-Id: Ifc101f5c8e9cea3d4ce5b1491afb684b1f4b23c6
diff --git a/Jenkinsfile-voltha-build b/Jenkinsfile-voltha-build index cbbf95b..f764cff 100644 --- a/Jenkinsfile-voltha-build +++ b/Jenkinsfile-voltha-build
@@ -17,7 +17,7 @@ if (params.withKind != null){ withKind = params.withKind } - def tech_prof_directory = "XGS_PON" + def tech_prof_directory = "XGS-PON" if (params.oltDebVersion.contains("asgvolt64")){ tech_prof_directory = "GPON" }