|
@ -3,7 +3,6 @@ podTemplate { |
|
|
|
|
|
|
|
|
env.IMAGE_NAME = "${IOT_IMAGES_REGISTRY}/${IOT}/${JOB_NAME}" |
|
|
env.IMAGE_NAME = "${IOT_IMAGES_REGISTRY}/${IOT}/${JOB_NAME}" |
|
|
env.IMAGE_NAME_SHORT = "${IOT}/${JOB_NAME}" |
|
|
env.IMAGE_NAME_SHORT = "${IOT}/${JOB_NAME}" |
|
|
#env.SVN_Add = "https://gitea.anxinyun.cn/free-sun/OperationalService.git" |
|
|
|
|
|
|
|
|
|
|
|
stage('Run shell') { |
|
|
stage('Run shell') { |
|
|
checkout(git credentialsId: 'gitea-builder', url: 'https://gitea.anxinyun.cn/free-sun/OperationalService.git') |
|
|
checkout(git credentialsId: 'gitea-builder', url: 'https://gitea.anxinyun.cn/free-sun/OperationalService.git') |
|
|