fix:修正
This commit is contained in:
parent
2a01abd023
commit
8744bd411a
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -4,7 +4,9 @@ pipeline {
|
||||
stages {
|
||||
stage('Checkout') {
|
||||
steps {
|
||||
git url: 'http://47.95.203.241:3000/ReeseLin/golang-dy-back.git',
|
||||
git
|
||||
git branch: 'main',
|
||||
url: 'http://47.95.203.241:3000/ReeseLin/golang-dy-back.git',
|
||||
credentialsId: '932fcb89-1c39-4005-b664-15e862f09e20'
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user