scofield 5 жил өмнө
parent
commit
5a25edb8ce
1 өөрчлөгдсөн 3 нэмэгдсэн , 3 устгасан
  1. 3 3
      .drone.yml

+ 3 - 3
.drone.yml

@@ -4,13 +4,13 @@ name: book-touchrs
 
 steps:
  - name: build
-   image: hub.evbj.easou.com/dev/drone-agent-custom:v2.0.0
+   image: hub.evbj.easou.com/dev/drone-agent-custom:v3.0.0
   #  pull: always
    privileged: true
    environment:
      JNLP_ENV: qa
      JNLP_REPO: hub.evbj.easou.com
-     JNLP_TAG: v1.0.7
+     JNLP_TAG: v1.0.8
      JNLP_CONTAINER_PORT: 8080
      JNLP_INGRESS: nginx
      JNLP_SVC_MODE: http
@@ -31,7 +31,7 @@ steps:
      - python ppctl.py -b
      - python ppctl.py -a
      - python ppctl.py -d
-     - python ppctl.py -c
+     # - python ppctl.py -c
 
  - name: success
    image: clem109/drone-wechat