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' } }