Showing
1 changed file
with
2 additions
and
2 deletions
@@ -13,13 +13,13 @@ pipeline { | @@ -13,13 +13,13 @@ pipeline { | ||
13 | //常量参数,初始确定后一般不需更改 | 13 | //常量参数,初始确定后一般不需更改 |
14 | environment{ | 14 | environment{ |
15 | QA_EMAIL='jimi.ji@yoho.cn' | 15 | QA_EMAIL='jimi.ji@yoho.cn' |
16 | - | 16 | + KUBERNETES_DEPLOY_YAML='git@git.yoho.cn:docker/k8s-deploy-yaml.git' |
17 | } | 17 | } |
18 | 18 | ||
19 | options { | 19 | options { |
20 | //保持构建的最大个数 | 20 | //保持构建的最大个数 |
21 | buildDiscarder(logRotator(numToKeepStr: '20')) | 21 | buildDiscarder(logRotator(numToKeepStr: '20')) |
22 | - KUBERNETES_DEPLOY_YAML='git@git.yoho.cn:docker/k8s-deploy-yaml.git' | 22 | + |
23 | } | 23 | } |
24 | 24 | ||
25 | stages { | 25 | stages { |
-
Please register or login to post a comment