diff --git a/Jenkinsfile b/Jenkinsfile index a640b31..894918f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,7 +5,7 @@ pipeline { stage('Checkout') { steps { git - git branch: 'main', + branch: 'main', url: 'http://47.95.203.241:3000/ReeseLin/golang-dy-back.git', credentialsId: '932fcb89-1c39-4005-b664-15e862f09e20' }