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

  1. pipelines:
  2. test:
  3. blubberfile: blubber.yaml
  4. stages:
  5. - name: test
  6. - name: candidate
  7. build: production
  8. rehearse:
  9. blubberfile: blubber.yaml
  10. stages:
  11. - name: test
  12. - name: candidate
  13. build: production
  14. publish:
  15. image: true
  16. - name: rehearsal
  17. deploy:
  18. chart: https://releases.wikimedia.org/charts/blubberoid-0.0.8.tgz
  19. image: '${candidate.imageName}'
  20. tag: '${candidate.imageTag}'
  21. test: true
  22. publish:
  23. blubberfile: blubber.yaml
  24. stages:
  25. - name: test
  26. - name: candidate
  27. build: production
  28. publish:
  29. image: true
  30. - name: rehearsal
  31. deploy:
  32. chart: https://releases.wikimedia.org/charts/blubberoid-0.0.8.tgz
  33. image: '${candidate.imageName}'
  34. tag: '${candidate.imageTag}'
  35. test: true
  36. - name: production
  37. publish:
  38. image:
  39. id: '${candidate.imageID}'
  40. tags: [stable]