From: garciadeblas Date: Mon, 19 Nov 2018 18:05:18 +0000 (+0100) Subject: Bug fix in stage 3 related to repo_base_url X-Git-Tag: v5.0.0~21^2 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=b11bbba4d4ff91523fce9baafd3a13fe37acb04f;p=osm%2Fdevops.git Bug fix in stage 3 related to repo_base_url Change-Id: I9eb1a3e2fce18575795c28c967a177adee10be79 Signed-off-by: garciadeblas --- 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 \