From cab22d63829718c8d0dfbb0d95c0ef8da78c5080 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=A8=E9=B1=BC=E5=92=8C=E9=87=91=E9=B1=BC?= <1711559666@qq.com> Date: Fri, 23 Jan 2026 15:05:32 +0800 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index f7d893f..d508eba 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -79,7 +79,7 @@ pipeline { echo "===============================安装SSH Client========================================" sh ''' # 基于 Debian 镜像的 Jenkins(官方镜像默认是 Debian) - apt-get update && apt-get install -y openssh-client + sudo apt-get update && apt-get install -y openssh-client ''' } }