Bug fix in stage 3 related to repo_base_url 18/6918/1
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Mon, 19 Nov 2018 18:05:18 +0000 (19:05 +0100)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Mon, 19 Nov 2018 18:05:40 +0000 (19:05 +0100)
Change-Id: I9eb1a3e2fce18575795c28c967a177adee10be79
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
jenkins/ci-pipelines/ci_stage_3.groovy

index 6d0d00e..47ab0e1 100644 (file)
@@ -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 \