X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=jenkins%2Fci-pipelines%2Fci_stage_3.groovy;h=cff7217ddfa599a9ab4ee45f93a90eab89f48318;hb=refs%2Fchanges%2F21%2F14121%2F1;hp=92a3dcfd0014d314772d8649e787791253ac996c;hpb=2ce240ca49553ed9d59f6d03b5d3a4592ffa353c;p=osm%2Fdevops.git diff --git a/jenkins/ci-pipelines/ci_stage_3.groovy b/jenkins/ci-pipelines/ci_stage_3.groovy index 92a3dcfd..cff7217d 100644 --- a/jenkins/ci-pipelines/ci_stage_3.groovy +++ b/jenkins/ci-pipelines/ci_stage_3.groovy @@ -539,7 +539,7 @@ node("${params.NODE}") { ] sshCommand remote: remote, command: ''' - wget https://osm-download.etsi.org/ftp/osm-14.0-fourteen/install_osm.sh + wget https://osm-download.etsi.org/ftp/osm-15.0-fifteen/install_osm.sh chmod +x ./install_osm.sh sed -i '1 i\\export PATH=/snap/bin:\$PATH' ~/.bashrc '''