From: garciadeblas Date: Wed, 16 Dec 2020 22:03:17 +0000 (+0000) Subject: Fix osm_health for the default installation X-Git-Tag: release-v9.0-start~4 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=2323c36435b2f6769fb77e72e0771e9ec60004e0;p=osm%2Fdevops.git Fix osm_health for the default installation Change-Id: Idd5198f3a3ea1605742342379ac9a5b071c6d9af Signed-off-by: garciadeblas --- diff --git a/jenkins/ci-pipelines/ci_stage_3.groovy b/jenkins/ci-pipelines/ci_stage_3.groovy index 18cc6b3e..0a7b5dc9 100644 --- a/jenkins/ci-pipelines/ci_stage_3.groovy +++ b/jenkins/ci-pipelines/ci_stage_3.groovy @@ -443,11 +443,7 @@ node("${params.NODE}") { stage_archive = false if ( params.DO_SMOKE ) { stage("OSM Health") { - if ( useCharmedInstaller ) { - stackName = "osm" - } else { - stackName = container_name - } + stackName = "osm" sshCommand remote: remote, command: """ /usr/share/osm-devops/installers/osm_health.sh -k -s ${stackName} """