|
@@ -0,0 +1,26 @@
|
|
|
+kind: pipeline
|
|
|
+type: kubernetes
|
|
|
+name: flume
|
|
|
+
|
|
|
+clone:
|
|
|
+ disable: true
|
|
|
+
|
|
|
+metadata:
|
|
|
+ namespace: drone
|
|
|
+
|
|
|
+steps:
|
|
|
+ - name: clone
|
|
|
+ image: hub.evbj.easou.com/dev/alpine-git:20200622
|
|
|
+ commands:
|
|
|
+ - git clone $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/dev/${DRONE_REPO_NAME}
|
|
|
+ tag: v1b
|