X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=jenkins%2Fci-pipelines%2Fci_stage_3.groovy;h=90cd9f7b0166a4f64185bc98cac3aad59f05ce3b;hb=8375da1695c98bd23fcc226f0e26c20ac5710d1b;hp=e3a99b972f9bebd4a34c0d095b6eedb74583f0dc;hpb=bff5fd071257f0e285b9806374d78cb0c91f95df;p=osm%2Fdevops.git diff --git a/jenkins/ci-pipelines/ci_stage_3.groovy b/jenkins/ci-pipelines/ci_stage_3.groovy index e3a99b97..90cd9f7b 100644 --- a/jenkins/ci-pipelines/ci_stage_3.groovy +++ b/jenkins/ci-pipelines/ci_stage_3.groovy @@ -569,7 +569,10 @@ node("${params.NODE}") { // Run -k8s installer here specifying internal docker registry and docker proxy osm_installation_options = "" if (params.TRY_OLD_SERVICE_ASSURANCE) { - osm_installation_options = "--old-sa" + osm_installation_options = "${osm_installation_options} --old-sa" + } + if (params.TRY_JUJU_INSTALLATION) { + osm_installation_options = "${osm_installation_options} --juju --lxd" } withCredentials([gitlabCredentialsMap]) { sshCommand remote: remote, command: """