From a62afadfc9d2770463b9a113a775585c05230b79 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: Thu, 22 Jan 2026 16:37:25 +0800 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 267b402..361a57a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,7 @@ pipeline { environment { // 远程服务器配置 DEPLOY_HOST = credentials('deploy-host-168') - DEPLOY_USER = credentials('deploy-user-138') + DEPLOY_USER = credentials('deploy-user-168') SSH_CREDENTIALS_ID = 'deploy-ssh168-key' DEPLOY_PATH = '/www/wwwroot/gitadmin.localgitserver.com/ai' // 如果需要 SSH 密钥,可以在 Jenkins 中配置 SSH credentials