Skip to content
Snippets Groups Projects
Commit 2f129c18 authored by Mike Marchetti's avatar Mike Marchetti
Browse files

Missing backslash on installer invocation


Change-Id: I99384e71087ce768e997efe87fed4bbcf0a7e2a2
Signed-off-by: default avatarMike Marchetti <mmarchetti@sandvine.com>
parent 57ccd527
No related branches found
No related tags found
No related merge requests found
......@@ -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} \
-w /tmp/osm
-w /tmp/osm \
${commit_id} \
${repo_distro} \
${repo_base_url} \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment