ci-demo/.drone.yml
李寻欢 59b7e00278
Some checks reported errors
continuous-integration/drone/push Build was killed
🐛 修复自动化脚本配置错误
2020-01-04 12:58:19 +08:00

28 lines
545 B
YAML

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: af1973914f3b2af28fe7fb96c424a557059d4d3af5cba33b31d6640e8538ba45
type: markdown
message_color: true
message_pic: true
sha_link: true
when:
status:
- failure
- success
trigger:
branch:
- master