Missing backslash on installer invocation
Change-Id: I99384e71087ce768e997efe87fed4bbcf0a7e2a2
Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
diff --git a/jenkins/ci-pipelines/ci_stage_3.groovy b/jenkins/ci-pipelines/ci_stage_3.groovy
index 74fb625..65b9dcc 100644
--- a/jenkins/ci-pipelines/ci_stage_3.groovy
+++ b/jenkins/ci-pipelines/ci_stage_3.groovy
@@ -197,7 +197,7 @@
export PATH=$PATH:/snap/bin
installers/full_install_osm.sh -y -s ${container_name} --test --nolxd --nodocker --nojuju --nohostports --nohostclient \
--nodockerbuild -t ${container_name} \
- -w /tmp/osm
+ -w /tmp/osm \
${commit_id} \
${repo_distro} \
${repo_base_url} \