Add missing line continuation characters
Add the line continuation characters missing from the recent ingress
lines which resulted in this error:
+ --set etcd.ingress.enableVirtualHosts=true
/w/workspace/periodic-software-upgrade-test-bbsim@tmp/durable-9565aa33/script.sh: line 3: --set: command not found
Also include an extra change in jjb to trigger jenkins job in vars/.
Fixes: 7b065235 ("deploy: set helm flags to deploy etcd and voltha ingress")
Signed-off-by: Roger Luethi <roger@opennetworking.org>
Change-Id: I9efd323b8771b22a267f4e0037dad90a30c1bbfd
diff --git a/jjb/pipeline/voltha/physical-build.groovy b/jjb/pipeline/voltha/physical-build.groovy
index 17d48b3..9dfb588 100755
--- a/jjb/pipeline/voltha/physical-build.groovy
+++ b/jjb/pipeline/voltha/physical-build.groovy
@@ -16,6 +16,7 @@
// NOTE we are importing the library even if it's global so that it's
// easier to change the keywords during a replay
+
library identifier: 'cord-jenkins-libraries@master',
retriever: modernSCM([
$class: 'GitSCMSource',