From: garciadeblas Date: Wed, 28 May 2025 11:12:13 +0000 (+0200) Subject: Simplify OSM Health check in stage3 X-Git-Tag: v18.0.0~59 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=refs%2Fchanges%2F09%2F15209%2F2;p=osm%2Fdevops.git Simplify OSM Health check in stage3 Change-Id: I9e4999af605d9e9a91edb57e9b9910afb202d14e Signed-off-by: garciadeblas --- diff --git a/jenkins/ci-pipelines/ci_stage_3.groovy b/jenkins/ci-pipelines/ci_stage_3.groovy index 2f2d2160..ecf25e5a 100644 --- a/jenkins/ci-pipelines/ci_stage_3.groovy +++ b/jenkins/ci-pipelines/ci_stage_3.groovy @@ -614,9 +614,8 @@ node("${params.NODE}") { stage('OSM Health') { // if this point is reached, logs should be archived ARCHIVE_LOGS_FLAG = true - stackName = 'osm' sshCommand remote: remote, command: """ - /usr/share/osm-devops/installers/osm_health.sh -k -s ${stackName} + OSM_HOSTNAME=nbi.${remote.host}.nip.io osm vim-list """ } // stage("OSM Health") } // if ( params.DO_INSTALL )