From feb9212ef9c27a5d1a972cfbb7b5a829220c0699 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Mon, 19 Sep 2022 12:29:46 +0200 Subject: [PATCH] Get installer from right URL Change-Id: Ic84102e9d07bc32decb10bb5e433121cb0ebb4ff Signed-off-by: garciadeblas --- jenkins/ci-pipelines/ci_stage_3.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ''' -- 2.25.1