diff --git a/build/jenkinsfile b/build/jenkinsfile index 30f3752..eb01972 100644 --- a/build/jenkinsfile +++ b/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'''