Update workdir to use /tmp 17/6517/1
authorMike Marchetti <mmarchetti@sandvine.com>
Wed, 19 Sep 2018 21:44:43 +0000 (17:44 -0400)
committerMike Marchetti <mmarchetti@sandvine.com>
Wed, 19 Sep 2018 21:44:43 +0000 (17:44 -0400)
Change-Id: Ie30e86a11ac143cd3fb995c921ea3dbb7a0357a5
Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
jenkins/ci-pipelines/ci_stage_3.groovy

index 2e62dfe..74fb625 100644 (file)
@@ -45,7 +45,7 @@ def uninstall_osm(stackName) {
     sh """
          export OSM_USE_LOCAL_DEVOPS=true
          export PATH=$PATH:/snap/bin
-         installers/full_install_osm.sh -y -s ${stackName} --test --nolxd --nodocker --nojuju --nohostports --nohostclient --uninstall
+         installers/full_install_osm.sh -y -w /tmp/osm -t ${stackName} -s ${stackName} --test --nolxd --nodocker --nojuju --nohostports --nohostclient --uninstall
        """
 }
 
@@ -197,6 +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
                                                     ${commit_id} \
                                                     ${repo_distro} \
                                                     ${repo_base_url} \