X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=jenkins%2Fci-pipelines%2Fci_stage_3.groovy;h=04c1e1bd0a0d0f530f7ebd6cde60fbcfedf96725;hb=481ae7d606286c40e775fddd17146285a7d1a3cc;hp=6523debce7cb3c47abdb883867544bc1ce5269c8;hpb=af9dcc25ef54986394d3ad19b228cf3d299b48c7;p=osm%2Fdevops.git diff --git a/jenkins/ci-pipelines/ci_stage_3.groovy b/jenkins/ci-pipelines/ci_stage_3.groovy index 6523debc..04c1e1bd 100644 --- a/jenkins/ci-pipelines/ci_stage_3.groovy +++ b/jenkins/ci-pipelines/ci_stage_3.groovy @@ -379,7 +379,7 @@ node("${params.NODE}") { // Use local proxy for docker hub sshCommand remote: remote, command: ''' - sudo snap install microk8s --classic + sudo snap install microk8s --classic --channel=1.19/stable sudo sed -i "s|https://registry-1.docker.io|http://172.21.1.1:5000|" /var/snap/microk8s/current/args/containerd-template.toml sudo systemctl restart snap.microk8s.daemon-containerd.service sudo snap alias microk8s.kubectl kubectl