|
@@ -14,16 +14,6 @@ steps:
|
|
|
commands:
|
|
|
- git clone --depth=1 $DRONE_GIT_HTTP_URL .
|
|
|
|
|
|
- - name: build
|
|
|
- image: plugins/docker
|
|
|
- settings:
|
|
|
- username: admin
|
|
|
- password: Easou2)1*
|
|
|
- insecure: true
|
|
|
- mirror: https://ci7pm4nx.mirror.aliyuncs.com
|
|
|
- registry: hub.evbj.easou.com
|
|
|
- repo: hub.evbj.easou.com/pro/${DRONE_REPO_NAME}
|
|
|
- tag: v3.0.0-apm
|
|
|
- name: build
|
|
|
image: plugins/docker
|
|
|
settings:
|
|
@@ -33,7 +23,7 @@ steps:
|
|
|
mirror: https://ci7pm4nx.mirror.aliyuncs.com
|
|
|
registry: hub.evbj.easou.com
|
|
|
repo: hub.evbj.easou.com/dev/${DRONE_REPO_NAME}
|
|
|
- tag: v1.0.7
|
|
|
+ tag: v3.0.0
|
|
|
|
|
|
- name: deployment
|
|
|
image: hub.evbj.easou.com/dev/drone-agent:v3.0.0
|
|
@@ -42,7 +32,7 @@ steps:
|
|
|
environment:
|
|
|
JNLP_ENV: dev
|
|
|
JNLP_REPLICAS: 2
|
|
|
- JNLP_TAG: v1.0.7
|
|
|
+ JNLP_TAG: 3.0.0
|
|
|
JNLP_VERSION: v1 # default v1, v2 for canary
|
|
|
DEPLOY_ENV: k8s-1 # 可以选择把应用部署到集群:k8s-1(阿里云) or k8s-2(IDC机房)
|
|
|
JNLP_REPO: hub.evbj.easou.com
|
|
@@ -97,4 +87,4 @@ steps:
|
|
|
btn_txt: "否"
|
|
|
when:
|
|
|
status:
|
|
|
- - failure
|
|
|
+ - failure
|