Remove duplicate Checkout stage from Jenkinsfile

This commit is contained in:
FOXeverx 2025-09-17 17:01:21 +08:00
parent a9e340bcb3
commit cc33534c0f
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -4,7 +4,7 @@ pipeline {
stages { stages {
stage('Checkout') { stage('Checkout') {
steps { steps {
git url: 'http://<服务器IP>:3000/<用户名>/ChatRoomProject.git', branch: 'master' git url: 'http://http://8.138.13.251:3000/flyfox/ChatRoomProject.git', branch: 'master'
} }
} }