From cc33534c0f766da7a5fe7c4dc964eaec1b90c088 Mon Sep 17 00:00:00 2001 From: FOXeverx <3541692950@qq.com> Date: Wed, 17 Sep 2025 17:01:21 +0800 Subject: [PATCH] Remove duplicate Checkout stage from Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index ee1517c..8eb8bed 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,7 @@ pipeline { stages { stage('Checkout') { steps { - git url: 'http://<服务器IP>:3000/<用户名>/ChatRoomProject.git', branch: 'master' + git url: 'http://http://8.138.13.251:3000/flyfox/ChatRoomProject.git', branch: 'master' } }