Remove duplicate Checkout stage from Jenkinsfile
This commit is contained in:
parent
a9e340bcb3
commit
cc33534c0f
|
|
@ -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'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue