mirror of
https://gitee.com/dcren/initializr.git
synced 2026-09-21 15:27:42 +08:00
Enhance CI pipeline
- Support for Pull Requests - Display build status on commit - Notify build results on slack - Support for releasing to artifactory Closes gh-771
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
---
|
||||
platform: linux
|
||||
image_resource:
|
||||
type: docker-image
|
||||
source:
|
||||
repository: springio/github-release-notes-generator
|
||||
tag: '0.0.2'
|
||||
inputs:
|
||||
- name: git-repo
|
||||
- name: version
|
||||
outputs:
|
||||
- name: generated-release-notes
|
||||
params:
|
||||
GITHUB_ORGANIZATION:
|
||||
GITHUB_REPO:
|
||||
GITHUB_USERNAME:
|
||||
GITHUB_TOKEN:
|
||||
run:
|
||||
path: git-repo/ci/scripts/generate-release-notes.sh
|
||||
Reference in New Issue
Block a user