| commit | bf47e150aa877a0525cf30fb633f613dae6feb3b | [log] [tgz] |
|---|---|---|
| author | Mike Marchetti <mmarchetti@sandvine.com> | Thu Sep 13 15:08:31 2018 -0400 |
| committer | marchettim <mmarchetti@sandvine.com> | Thu Sep 13 20:08:55 2018 +0100 |
| tree | b3649b9957175e2db020c7ab6f6a33f1273282ab | |
| parent | f3b64c988d3e23ee06c6b40e64001e77ac632559 [diff] |
Add PATH for /snap/bin Change-Id: I18258312aa74c504df90715f79a1b6db80bddf75
diff --git a/jenkins/ci-pipelines/ci_stage_3.groovy b/jenkins/ci-pipelines/ci_stage_3.groovy index 083d11d..d7b3765 100644 --- a/jenkins/ci-pipelines/ci_stage_3.groovy +++ b/jenkins/ci-pipelines/ci_stage_3.groovy
@@ -180,6 +180,7 @@ sh """ export OSM_USE_LOCAL_DEVOPS=true + export PATH=$PATH:/snap/bin installers/full_install_osm.sh -y -s ${container_name} --nolxd --nodocker --nojuju --nohostports \ ${commit_id} \ ${repo_distro} \