Simplify OSM Health check in stage3 09/15209/2
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Wed, 28 May 2025 11:12:13 +0000 (13:12 +0200)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Wed, 28 May 2025 13:08:18 +0000 (15:08 +0200)
Change-Id: I9e4999af605d9e9a91edb57e9b9910afb202d14e
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
jenkins/ci-pipelines/ci_stage_3.groovy

index 2f2d216..ecf25e5 100644 (file)
@@ -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 )