the default GitOps source repository for booting up Jenkins X
Révision | 145ee48defa6d7ca0620887f1db016f06c4d3a70 |
---|---|
Taille | 474 octets |
l'heure | 2019-10-04 22:13:26 |
Auteur | Cosmin Cojocar |
Message de Log | Merge pull request #68 from cagiti/add_create_domain_setup_for_bdd
WIP: script which upserts domains for testing |
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}