From a1046ed7fefb57d3b4d2ed81f83fbc2ac3efad32 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Wed, 14 Jan 2026 16:32:45 +0100 Subject: [PATCH] Fix OSM health check with vim-list in E2E pipeline Change-Id: Iaf7a7e4ca8e896d0b377e95ede3dad9bba3baec9 Signed-off-by: garciadeblas --- jenkins/ci-pipelines/ci_e2e_tests.groovy | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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') -- 2.25.1