Installer and pipelines updates for Rel NINE
[osm/devops.git] / jenkins / ci-pipelines / ci_stage_3.groovy
index 449d1b6..c9c5f73 100644 (file)
@@ -376,7 +376,7 @@ node("${params.NODE}") {
                     remote.logLevel = 'INFO'
 
                     sshCommand remote: remote, command: """
-                        wget https://osm-download.etsi.org/ftp/osm-8.0-eight/install_osm.sh
+                        wget https://osm-download.etsi.org/ftp/osm-9.0-nine/install_osm.sh
                         chmod +x ./install_osm.sh
                     """