X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=jenkins%2Fci-pipelines%2Fci_stage_3.groovy;h=47ab0e1351e80138bfec1dc613e3d34f6c9d34d6;hb=95c0173af060c3f475fdac79c4480d6ba38bf39b;hp=6d0d00e0b2d297cdd0e24db307e16cd64732e564;hpb=e7d175839f9f009e15b909dfb06eaa763a25327c;p=osm%2Fdevops.git diff --git a/jenkins/ci-pipelines/ci_stage_3.groovy b/jenkins/ci-pipelines/ci_stage_3.groovy index 6d0d00e0..47ab0e13 100644 --- a/jenkins/ci-pipelines/ci_stage_3.groovy +++ b/jenkins/ci-pipelines/ci_stage_3.groovy @@ -225,6 +225,11 @@ node("${params.NODE}") { release = "-R ${params.RELEASE}" } + if ( params.REPOSITORY_BASE ) + { + repo_base_url = "-u ${params.REPOSITORY_BASE}" + } + sh """ export PATH=$PATH:/snap/bin installers/full_install_osm.sh -y -s ${container_name} --test --nolxd --nodocker --nojuju --nohostports --nohostclient \