|
@ -6,7 +6,7 @@ podTemplate { |
|
|
env.CODE_ADDR = "https://gitea.anxinyun.cn/lucas2/goInOut.git" |
|
|
env.CODE_ADDR = "https://gitea.anxinyun.cn/lucas2/goInOut.git" |
|
|
|
|
|
|
|
|
stage('Run shell') { |
|
|
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') { |
|
|
container('golang-builder-1-22') { |
|
|
sh''' |
|
|
sh''' |
|
|