Browse Source

更新 'jenkinsfilenew_api'

dev
iris_cx 2 years ago
parent
commit
311f1e5b31
  1. 2
      jenkinsfilenew_api

2
jenkinsfilenew_api

@ -3,7 +3,7 @@ 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.CODE_ADDR = "${GIT_ADDRESS}/free-sun/OperationalService/src/branch/dev/web" env.CODE_ADDR = "${GIT_ADDRESS}/free-sun/OperationalService.git"
stage('Run shell') { stage('Run shell') {
git branch: 'dev', credentialsId: 'gitea-builder', url: "${CODE_ADDR}" git branch: 'dev', credentialsId: 'gitea-builder', url: "${CODE_ADDR}"

Loading…
Cancel
Save