Prepare installers and Jenkins for Release FIFTEEN
[osm/devops.git] / jenkins / ci-pipelines / ci_stage_3.groovy
index 92a3dcf..cff7217 100644 (file)
@@ -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
                     '''