ci-demo/.drone.yml
李寻欢 0ea3f7fb0e
All checks were successful
continuous-integration/drone/push Build is passing
123
2020-01-09 11:39:59 +08:00

28 lines
499 B
YAML

kind: pipeline
name: maven-build-pipeline
steps:
- name: BuildProject
image: maven:3-jdk-11
volumes:
- name: cache
path: /root/.m2
commands:
- mvn clean install
- ls target
- name: SendToDingTalk
image: lddsb/drone-dingtalk-message
settings:
token: af1973914f3b2af28fe7fb96c424a557059d4d3af5cba33b31d6640e8538ba45
type: markdown
message_color: true
message_pic: true
sha_link: true
trigger:
branch:
- master