From 24601b4d4c46c91932cbd16ee5b93689d7d233e0 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Wed, 28 May 2025 13:12:13 +0200 Subject: [PATCH] Simplify OSM Health check in stage3 Change-Id: I9e4999af605d9e9a91edb57e9b9910afb202d14e Signed-off-by: garciadeblas --- jenkins/ci-pipelines/ci_stage_3.groovy | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 ) -- 2.25.1