From 18ed54bdf2323c68cdad1b1539463d252a5da4f1 Mon Sep 17 00:00:00 2001 From: luozhun <2025254074@qq.com> Date: Thu, 31 Oct 2024 11:08:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8E=E5=8F=B0=E6=9C=8D=E5=8A=A1=E6=8E=A5?= =?UTF-8?q?=E5=85=A5Jenkins?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- policeSecurityServer/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policeSecurityServer/Jenkinsfile b/policeSecurityServer/Jenkinsfile index be9e6bf..6104fe9 100644 --- a/policeSecurityServer/Jenkinsfile +++ b/policeSecurityServer/Jenkinsfile @@ -24,7 +24,7 @@ pipeline { echo '开始推送构建产物' script{ def remote = [:] - remote.name = 'serverRoot' + remote.name = 'server-118.253.177.137' remote.host = '118.253.177.137' remote.port = 55555 remote.allowAnyHosts = true