From a1a4649e0243117a3c4d89825b18fd7780a12352 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Wed, 21 Jan 2026 17:51:14 +0100 Subject: [PATCH] Fix ssh service restart in new e2e pipeline with ubuntu24 Change-Id: If51a7d07ecaa713fc4f3de6892b5e32eea19d4eb Signed-off-by: garciadeblas --- jenkins/ci-pipelines/ci_e2e_tests.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/ci-pipelines/ci_e2e_tests.groovy b/jenkins/ci-pipelines/ci_e2e_tests.groovy index 6ab70aa2d..c3c7d43cd 100644 --- a/jenkins/ci-pipelines/ci_e2e_tests.groovy +++ b/jenkins/ci-pipelines/ci_e2e_tests.groovy @@ -252,7 +252,7 @@ node('pool') { sh """ssh -T -i ${SSH_KEY} \ -o StrictHostKeyChecking=no \ -o UserKnownHostsFile=/dev/null \ - ubuntu@${ipAddress} \"sudo systemctl restart sshd\" + ubuntu@${ipAddress} \"sudo systemctl restart ssh.service\" """ ////////////////////////////////////////////////////////////////////////////////////////////// } // stage("Spawn Remote VM") -- 2.25.1