소스 검색

修改pay

bianzhenhua123 4 주 전
부모
커밋
0e967af3a9
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      poyee-auction-modules/DEV/pay/Jenkinsfile

+ 0 - 1
poyee-auction-modules/DEV/pay/Jenkinsfile

@@ -46,7 +46,6 @@ EOF
 
             def base_branch = actionParameter.tokenize('/')[2]
             stages.upgrade(CONFIG, base_branch, K8S_BACKUPS, [
-                'POST_GITCLONE': { sh 'cp -r ../../../skywalking-agent-9.0.0 projdir/skywalking-agent' },
                 'GENERATEDOCKERFILE' : {generateDockerfile()},
                 'K3SDEPLOY' : {stages.deployWithConfigmapEnvOnly(CONFIG.service, CONFIG.k3s, base_branch, JAVA_ARGS, "./configmap-env.ini","ahxpm")}
             ])