From bf47e150aa877a0525cf30fb633f613dae6feb3b Mon Sep 17 00:00:00 2001 From: Mike Marchetti Date: Thu, 13 Sep 2018 15:08:31 -0400 Subject: [PATCH] Add PATH for /snap/bin Change-Id: I18258312aa74c504df90715f79a1b6db80bddf75 --- jenkins/ci-pipelines/ci_stage_3.groovy | 1 + 1 file changed, 1 insertion(+) diff --git a/jenkins/ci-pipelines/ci_stage_3.groovy b/jenkins/ci-pipelines/ci_stage_3.groovy index 083d11df..d7b37655 100644 --- a/jenkins/ci-pipelines/ci_stage_3.groovy +++ b/jenkins/ci-pipelines/ci_stage_3.groovy @@ -180,6 +180,7 @@ node("${params.NODE}") { 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} \ -- 2.25.1