diff --git a/Jenkinsfile b/Jenkinsfile index 8eb8bed..6b1e0f2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,7 @@ pipeline { stages { stage('Checkout') { 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' } }