Remove duplicate Checkout stage from Jenkinsfile

This commit is contained in:
FOXeverx 2025-09-17 17:05:46 +08:00
parent cc33534c0f
commit ccc8a7eca0
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://http://8.138.13.251:3000/flyfox/ChatRoomProject.git', branch: 'master' git url: 'http://8.138.13.251:3000/flyfox/ChatRoomProject.git', branch: 'master'
} }
} }