From: garciadeblas Date: Mon, 19 Sep 2022 10:29:46 +0000 (+0200) Subject: Get installer from right URL X-Git-Tag: release-v13.0-start~26 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fdevops.git;a=commitdiff_plain;h=feb9212ef9c27a5d1a972cfbb7b5a829220c0699;ds=sidebyside Get installer from right URL Change-Id: Ic84102e9d07bc32decb10bb5e433121cb0ebb4ff Signed-off-by: garciadeblas --- diff --git a/jenkins/ci-pipelines/ci_stage_3.groovy b/jenkins/ci-pipelines/ci_stage_3.groovy index f7e77c6d..01ed34e1 100644 --- a/jenkins/ci-pipelines/ci_stage_3.groovy +++ b/jenkins/ci-pipelines/ci_stage_3.groovy @@ -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 '''