mirror of
https://gitee.com/dcren/initializr.git
synced 2025-04-05 17:38:06 +08:00

- Support for Pull Requests - Display build status on commit - Notify build results on slack - Support for releasing to artifactory Closes gh-771
12 lines
173 B
YAML
12 lines
173 B
YAML
---
|
|
platform: linux
|
|
inputs:
|
|
- name: git-repo
|
|
outputs:
|
|
- name: stage-git-repo
|
|
- name: distribution-repository
|
|
caches:
|
|
- path: maven
|
|
run:
|
|
path: git-repo/ci/scripts/stage.sh
|