|
@ -6,7 +6,7 @@ podTemplate { |
|
|
env.CODE_ADDR = "${GIT_ADDRESS}/free-sun/OperationalService.git" |
|
|
env.CODE_ADDR = "${GIT_ADDRESS}/free-sun/OperationalService.git" |
|
|
|
|
|
|
|
|
stage('Run shell') { |
|
|
stage('Run shell') { |
|
|
git branch: 'dev', credentialsId: 'gitea-builder', url: 'https://gitea.anxinyun.cn/free-sun/OperationalService.git' |
|
|
git branch: 'dev', credentialsId: 'gitea-builder', url: '${CODE_ADDR}' |
|
|
|
|
|
|
|
|
container('image-builder') { |
|
|
container('image-builder') { |
|
|
sh''' |
|
|
sh''' |
|
|