Browse Source

update git branch: 'dev'

pull/2/head
lucas 2 weeks ago
parent
commit
d75d767904
  1. 2
      build/jenkinsfile

2
build/jenkinsfile

@ -6,7 +6,7 @@ podTemplate {
env.CODE_ADDR = "https://gitea.anxinyun.cn/lucas2/goInOut.git"
stage('Run shell') {
git branch: 'develop', credentialsId: 'gitea-builder', url: "${CODE_ADDR}"
git branch: 'dev', credentialsId: 'gitea-builder', url: "${CODE_ADDR}"
container('golang-builder-1-22') {
sh'''

Loading…
Cancel
Save