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.

25 lines
732 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. - build/azure-devops/buildimages.yml
  12. - build/azure-devops/multiarch.yml
  13. - build/azure-devops/web-shopping-agg/*
  14. - deploy/k8s/helm/webshoppingagg/*
  15. jobs:
  16. - template: ../buildimages.yaml
  17. parameters:
  18. services: webshoppingagg
  19. registryEndpoint: $(registryEndpoint)
  20. helmfrom: $(Build.SourcesDirectory)/deploy/k8s/helm
  21. helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm
  22. - template: ../multiarch.yaml
  23. parameters:
  24. image: webshoppingagg
  25. branch: $(Build.SourceBranchName)
  26. registryEndpoint: $(registryEndpoint)