mirror of
https://github.com/bvanroll/environment-ff-stage-euw1-gkecluster-primary-dev.git
synced 2025-08-28 19:42:41 +00:00
21 lines
474 B
YAML
21 lines
474 B
YAML
buildPack: none
|
|
pipelineConfig:
|
|
pipelines:
|
|
release:
|
|
pipeline:
|
|
agent:
|
|
image: gcr.io/jenkinsxio/builder-jx
|
|
stages:
|
|
- name: release
|
|
steps:
|
|
- name: changelog
|
|
command: jx
|
|
args:
|
|
- step
|
|
- changelog
|
|
- --verbose
|
|
- --version
|
|
- ${VERSION}
|
|
- --rev
|
|
- ${PULL_BASE_SHA}
|