feat:213

This commit is contained in:
linzhongyan 2025-10-28 19:41:25 +08:00
parent a085cd8dbd
commit ddf406b3e0

3
Jenkinsfile vendored
View File

@ -4,8 +4,7 @@ pipeline {
stages { stages {
stage('Checkout') { stage('Checkout') {
steps { steps {
git git branch: 'main',
branch: 'main',
url: 'http://47.95.203.241:3000/ReeseLin/golang-dy-back.git', url: 'http://47.95.203.241:3000/ReeseLin/golang-dy-back.git',
credentialsId: '932fcb89-1c39-4005-b664-15e862f09e20' credentialsId: '932fcb89-1c39-4005-b664-15e862f09e20'
} }