Prepare installer, pods and Jenkins for Rel THIRTEEN
[osm/devops.git] / jenkins / ci-pipelines / ci_stage_3.groovy
index 5709807..a861283 100644 (file)
@@ -501,7 +501,7 @@ node("${params.NODE}") {
                     ]
 
                     sshCommand remote: remote, command: '''
-                        wget https://osm-download.etsi.org/ftp/osm-12.0-twelve/install_osm.sh
+                        wget https://osm-download.etsi.org/ftp/osm-13.0-thirteen/install_osm.sh
                         chmod +x ./install_osm.sh
                         sed -i '1 i\\export PATH=/snap/bin:\$PATH' ~/.bashrc
                     '''