From: garciadeblas Date: Wed, 14 Jan 2026 15:32:45 +0000 (+0100) Subject: Fix OSM health check with vim-list in E2E pipeline X-Git-Tag: v19.0.0~16 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=a1046ed7fefb57d3b4d2ed81f83fbc2ac3efad32;p=osm%2Fdevops.git Fix OSM health check with vim-list in E2E pipeline Change-Id: Iaf7a7e4ca8e896d0b377e95ede3dad9bba3baec9 Signed-off-by: garciadeblas --- diff --git a/jenkins/ci-pipelines/ci_e2e_tests.groovy b/jenkins/ci-pipelines/ci_e2e_tests.groovy index 6984d647b..98a690ede 100644 --- a/jenkins/ci-pipelines/ci_e2e_tests.groovy +++ b/jenkins/ci-pipelines/ci_e2e_tests.groovy @@ -314,8 +314,7 @@ node('pool') { timeout(time: 5, unit: 'MINUTES') { String osmHostname = "nbi.${ipAddress}.nip.io" sshCommand remote: remote, command: """ - export PATH=\"\\$PATH:\\$HOME/.local/bin\" - OSM_HOSTNAME=\"${osmHostname}\" osm vim-list + OSM_HOSTNAME=${osmHostname} ~/.local/bin/osm vim-list """ } } // stage('OSM Health')