From 2f129c1871efc8642ef8d2e01d19094c1b5c93e3 Mon Sep 17 00:00:00 2001 From: Mike Marchetti Date: Wed, 19 Sep 2018 17:57:43 -0400 Subject: [PATCH] Missing backslash on installer invocation Change-Id: I99384e71087ce768e997efe87fed4bbcf0a7e2a2 Signed-off-by: Mike Marchetti --- jenkins/ci-pipelines/ci_stage_3.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} \ -- 2.25.1