From 26e64cf8337df2950a3a1005f168df27a5781a9d 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 16:56:14 +0800 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 0c5c3b0..c2de789 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -73,19 +73,7 @@ pipeline { ''' } } - - stage('Install SSH Client') { - steps { - echo "===============================安装SSH Client========================================" - sh ''' - su - root -s /bin/bash -c " - apt-get update -y && - apt-get install -y openssh-client curl vim && - apt-get clean # 清理缓存,减小容器体积 - " - ''' - } - } + stage('Deploy via SSH') { steps { withEnv([]) {