|
@ -5,7 +5,7 @@ podTemplate { |
|
|
env.CODE_ADDR = "${GIT_ADDRESS}/free-sun/FS-PEP.git" |
|
|
env.CODE_ADDR = "${GIT_ADDRESS}/free-sun/FS-PEP.git" |
|
|
|
|
|
|
|
|
stage('Run shell') { |
|
|
stage('Run shell') { |
|
|
git branch: 'master', credentialsId: 'gitea-builder', url: "${CODE_ADDR}" |
|
|
git branch: 'main', credentialsId: 'gitea-builder', url: "${CODE_ADDR}" |
|
|
|
|
|
|
|
|
container('image-builder') { |
|
|
container('image-builder') { |
|
|
sh''' |
|
|
sh''' |
|
|