commit | d4ab95068e8801b5f173dfee97d01af596ed85ee | [log] [tgz] |
---|---|---|
author | Andrea Campanella <andrea@opennetworking.org> | Tue May 25 10:53:58 2021 +0200 |
committer | Andrea Campanella <andrea@opennetworking.org> | Tue May 25 10:53:58 2021 +0200 |
tree | 1bf08a1aaee291e284a73bc2922efac6b69406eb | |
parent | 908533a0337ddbc0a27c7c50918afd12fb945daa [diff] |
[VOL-4127] Fixing physical build pipeline Change-Id: Ia991e3136c29fa3cb1b88b76b62e0aec04ec55c9
diff --git a/jjb/pipeline/voltha/master/physical-build.groovy b/jjb/pipeline/voltha/master/physical-build.groovy index 47c9907..25cd2a0 100644 --- a/jjb/pipeline/voltha/master/physical-build.groovy +++ b/jjb/pipeline/voltha/master/physical-build.groovy
@@ -113,7 +113,7 @@ } // adding user specified helm flags at the end so they'll have priority over everything else - localHelmFlags = localHelmFlags += " ${extraHelmFlags}" + localHelmFlags = localHelmFlags + " ${extraHelmFlags}" volthaDeploy([ workflow: workFlow.toLowerCase(),