|
@@ -22,7 +22,7 @@ steps:
|
|
insecure: true
|
|
insecure: true
|
|
mirror: https://ci7pm4nx.mirror.aliyuncs.com
|
|
mirror: https://ci7pm4nx.mirror.aliyuncs.com
|
|
registry: hub.evbj.easou.com
|
|
registry: hub.evbj.easou.com
|
|
- repo: hub.evbj.easou.com/pro/${DRONE_REPO_NAME}
|
|
|
|
|
|
+ repo: hub.evbj.easou.com/qa/${DRONE_REPO_NAME}
|
|
tag: v2.0.7
|
|
tag: v2.0.7
|
|
|
|
|
|
- name: deployment
|
|
- name: deployment
|
|
@@ -30,8 +30,8 @@ steps:
|
|
pull: always
|
|
pull: always
|
|
# privileged: true
|
|
# privileged: true
|
|
environment:
|
|
environment:
|
|
- JNLP_ENV: pro
|
|
|
|
- JNLP_REPLICAS: 4
|
|
|
|
|
|
+ JNLP_ENV: qa
|
|
|
|
+ JNLP_REPLICAS: 1
|
|
JNLP_TAG: v2.0.7
|
|
JNLP_TAG: v2.0.7
|
|
JNLP_VERSION: v1 # default v1, v2 for canary
|
|
JNLP_VERSION: v1 # default v1, v2 for canary
|
|
DEPLOY_ENV: k8s-2 # 可以选择把应用部署到集群:k8s-1 or k8s-2
|
|
DEPLOY_ENV: k8s-2 # 可以选择把应用部署到集群:k8s-1 or k8s-2
|