增加DroneCI自动化脚本
continuous-integration/drone/push Build was killed Details

This commit is contained in:
李寻欢 2020-01-04 12:52:23 +08:00
parent 0c81f6be2f
commit 273aedf972
1 changed files with 29 additions and 0 deletions

29
.drone.yml Normal file
View File

@ -0,0 +1,29 @@
kind: pipeline
name: pipeline-example-maven
steps:
- name: Build Project
image: maven:3-jdk-11
volumes:
- name: cache
path: /root/.m2
commands:
- mvn clean package
- name: Send To DingTalk
image: guoxudongdocker/drone-dingtalk
settings:
token:
from_secret: 123
type: markdown
message_color: true
message_pic: true
sha_link: true
when:
status:
- failure
- success
trigger:
branch:
- master