You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
---
|
|
|
|
platform: linux
|
|
|
|
image_resource:
|
|
|
|
type: registry-image
|
|
|
|
source:
|
|
|
|
repository: springio/github-changelog-generator
|
|
|
|
tag: '0.0.8'
|
|
|
|
username: ((docker-hub-username))
|
|
|
|
password: ((docker-hub-password))
|
|
|
|
inputs:
|
|
|
|
- name: git-repo
|
|
|
|
- name: artifactory-repo
|
|
|
|
outputs:
|
|
|
|
- name: generated-changelog
|
|
|
|
params:
|
|
|
|
GITHUB_ORGANIZATION:
|
|
|
|
GITHUB_REPO:
|
|
|
|
GITHUB_USERNAME:
|
|
|
|
GITHUB_TOKEN:
|
|
|
|
RELEASE_TYPE:
|
|
|
|
run:
|
|
|
|
path: git-repo/ci/scripts/generate-changelog.sh
|