X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=jenkins%2Fci-pipelines%2Fci_stage_3.groovy;h=d7b37655a75ebc8272eda95861187d3ec72eeb36;hb=bf47e150aa877a0525cf30fb633f613dae6feb3b;hp=0b6dbc08a394c0ef8dbfa707139825f510bb3e5c;hpb=dd102f6c4afaca367a5731dbbd71eeccc019e822;p=osm%2Fdevops.git diff --git a/jenkins/ci-pipelines/ci_stage_3.groovy b/jenkins/ci-pipelines/ci_stage_3.groovy index 0b6dbc08..d7b37655 100644 --- a/jenkins/ci-pipelines/ci_stage_3.groovy +++ b/jenkins/ci-pipelines/ci_stage_3.groovy @@ -180,7 +180,8 @@ node("${params.NODE}") { sh """ export OSM_USE_LOCAL_DEVOPS=true - installers/full_install_osm.sh -y -s ${container_name} --nodocker --nojuju --nohostports \ + export PATH=$PATH:/snap/bin + installers/full_install_osm.sh -y -s ${container_name} --nolxd --nodocker --nojuju --nohostports \ ${commit_id} \ ${repo_distro} \ ${repo_base_url} \