From: Mike Marchetti Date: Wed, 19 Sep 2018 21:57:43 +0000 (-0400) Subject: Missing backslash on installer invocation X-Git-Tag: v5.0.0~116 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;ds=inline;h=2f129c1871efc8642ef8d2e01d19094c1b5c93e3;p=osm%2Fdevops.git Missing backslash on installer invocation Change-Id: I99384e71087ce768e997efe87fed4bbcf0a7e2a2 Signed-off-by: Mike Marchetti --- diff --git a/jenkins/ci-pipelines/ci_stage_3.groovy b/jenkins/ci-pipelines/ci_stage_3.groovy index 74fb6250..65b9dcce 100644 --- a/jenkins/ci-pipelines/ci_stage_3.groovy +++ b/jenkins/ci-pipelines/ci_stage_3.groovy @@ -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} \