Add PATH for /snap/bin
[osm/devops.git] / jenkins / ci-pipelines / ci_stage_3.groovy
index 083d11d..d7b3765 100644 (file)
@@ -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} \