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.
 
 
 

42 lines
1016 B

pipelines:
test:
blubberfile: blubber.yaml
stages:
- name: test
- name: candidate
build: production
rehearse:
blubberfile: blubber.yaml
stages:
- name: test
- name: candidate
build: production
publish:
image: true
- name: rehearsal
deploy:
chart: https://releases.wikimedia.org/charts/blubberoid-0.0.8.tgz
image: '${candidate.imageName}'
tag: '${candidate.imageTag}'
test: true
publish:
blubberfile: blubber.yaml
stages:
- name: test
- name: candidate
build: production
publish:
image: true
- name: rehearsal
deploy:
chart: https://releases.wikimedia.org/charts/blubberoid-0.0.8.tgz
image: '${candidate.imageName}'
tag: '${candidate.imageTag}'
test: true
- name: production
publish:
image:
id: '${candidate.imageID}'
tags: [stable]