ci-demo/.drone.yml

25 lines
490 B
YAML
Raw Normal View History

2020-01-04 12:52:23 +08:00
kind: pipeline
name: pipeline-example-maven
steps:
- name: Build Project
image: maven
volumes:
- name: cache
path: /root/.m2
commands:
- mvn clean install
- ls target
2020-01-04 12:52:23 +08:00
- name: SendToDingTalk
image: lddsb/drone-dingtalk-message
2020-01-04 12:52:23 +08:00
settings:
token: af1973914f3b2af28fe7fb96c424a557059d4d3af5cba33b31d6640e8538ba45
2020-01-04 12:52:23 +08:00
type: markdown
message_color: true
message_pic: true
sha_link: true
trigger:
branch:
- master