Missing backslash on installer invocation 18/6518/1
authorMike Marchetti <mmarchetti@sandvine.com>
Wed, 19 Sep 2018 21:57:43 +0000 (17:57 -0400)
committerMike Marchetti <mmarchetti@sandvine.com>
Wed, 19 Sep 2018 21:57:43 +0000 (17:57 -0400)
Change-Id: I99384e71087ce768e997efe87fed4bbcf0a7e2a2
Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
jenkins/ci-pipelines/ci_stage_3.groovy

index 74fb625..65b9dcc 100644 (file)
@@ -197,7 +197,7 @@ node("${params.NODE}") {
                     export PATH=$PATH:/snap/bin
                     installers/full_install_osm.sh -y -s ${container_name} --test --nolxd --nodocker --nojuju --nohostports --nohostclient \
                                                     --nodockerbuild -t ${container_name} \
                     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} \
                                                     ${commit_id} \
                                                     ${repo_distro} \
                                                     ${repo_base_url} \