Add -nolxd for CI osm installation
[osm/devops.git] / jenkins / ci-pipelines / ci_stage_3.groovy
index 0b6dbc0..083d11d 100644 (file)
@@ -180,7 +180,7 @@ node("${params.NODE}") {
          
                 sh """
                     export OSM_USE_LOCAL_DEVOPS=true
-                    installers/full_install_osm.sh -y -s ${container_name} --nodocker --nojuju --nohostports \
+                    installers/full_install_osm.sh -y -s ${container_name} --nolxd --nodocker --nojuju --nohostports \
                                                     ${commit_id} \
                                                     ${repo_distro} \
                                                     ${repo_base_url} \