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.

22 lines
593 B

5 years ago
  1. variables:
  2. registryEndpoint: eshop-registry
  3. trigger:
  4. branches:
  5. include:
  6. - master
  7. - dev
  8. paths:
  9. include:
  10. - src/ApiGateways/Web.Bff.Shopping/aggregator/*
  11. - k8s/helm/webshoppingagg/*
  12. jobs:
  13. - template: ../buildimages.yaml
  14. parameters:
  15. services: webshoppingagg
  16. registryEndpoint: $(registryEndpoint)
  17. helmfrom: $(Build.SourcesDirectory)/k8s/helm
  18. helmto: $(Build.ArtifactStagingDirectory)/k8s/helm
  19. - template: ../multiarch.yaml
  20. parameters:
  21. image: webshoppingagg
  22. branch: $(Build.SourceBranchName)
  23. registryEndpoint: $(registryEndpoint)