From 83d2d7ff3e420a60da733c596131f468e1e8ba73 Mon Sep 17 00:00:00 2001 From: zk Date: Wed, 27 May 2026 14:15:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=81=E6=B0=B4=E7=BA=BF=E4=BB=85=E4=BB=85?= =?UTF-8?q?=E6=A3=80=E6=9F=A5=E5=91=BD=E4=BB=A4=E5=AD=98=E5=9C=A8=EF=BC=8C?= =?UTF-8?q?=E8=BF=90=E7=BB=B4=E5=B1=82=E9=9D=A2=E5=BC=BA=E5=88=B6jenkins?= =?UTF-8?q?=20=E5=AE=B9=E5=99=A8=E5=8C=85=E5=90=ABsshpass=20=E5=91=BD?= =?UTF-8?q?=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client-api/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client-api/Jenkinsfile b/client-api/Jenkinsfile index 1b27ae7..9b35ed0 100644 --- a/client-api/Jenkinsfile +++ b/client-api/Jenkinsfile @@ -33,7 +33,7 @@ pipeline { stages { stage('环境检查') { steps { - sh 'which sshpass || (sudo apt-get update && sudo apt-get install -y sshpass)' + sh 'sshpass -V' } }