Get installer from right URL 69/12569/1
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Mon, 19 Sep 2022 10:29:46 +0000 (12:29 +0200)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Thu, 29 Sep 2022 12:02:32 +0000 (14:02 +0200)
Change-Id: Ic84102e9d07bc32decb10bb5e433121cb0ebb4ff
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
jenkins/ci-pipelines/ci_stage_3.groovy

index f7e77c6..01ed34e 100644 (file)
@@ -497,7 +497,7 @@ node("${params.NODE}") {
                     ]
 
                     sshCommand remote: remote, command: '''
-                        wget https://osm-download.etsi.org/ftp/osm-11.0-eleven/install_osm.sh
+                        wget https://osm-download.etsi.org/ftp/osm-12.0-twelve/install_osm.sh
                         chmod +x ./install_osm.sh
                         sed -i '1 i\\export PATH=/snap/bin:\$PATH' ~/.bashrc
                     '''