From 7a2332dd8e3550929499becff076d6a0b6bfc53e Mon Sep 17 00:00:00 2001 From: ALEX <2604434353@qq.com> Date: Thu, 17 Jul 2025 02:38:24 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Jenkinsfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 7c27caa..b70d187 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,7 +14,7 @@ pipeline { sh """ ssh ${REMOTE_USER}@${REMOTE_HOST} ' set -e - cd ${REMOTE_DIR} || git clone https://your-gitea-url/alex/alex-api.git ${REMOTE_DIR} + cd ${REMOTE_DIR} || git clone git@117.72.202.202:ALEX/alex-api.git ${REMOTE_DIR} cd ${REMOTE_DIR} git pull origin main mvn clean package -DskipTests