Fix bug 1744 to update installers and manifests for Release ELEVEN
[osm/devops.git] / jenkins / ci-pipelines / ci_stage_3.groovy
index e93c9a9..a96e545 100644 (file)
@@ -445,7 +445,7 @@ node("${params.NODE}") {
                     remote.pty = true
 
                     sshCommand remote: remote, command: """
-                        wget https://osm-download.etsi.org/ftp/osm-10.0-ten/install_osm.sh
+                        wget https://osm-download.etsi.org/ftp/osm-11.0-eleven/install_osm.sh
                         chmod +x ./install_osm.sh
                         sed -i '1 i\\export PATH=/snap/bin:\${PATH}' ~/.bashrc
                     """