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.

27 lines
749 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/Mobile.Bff.Shopping/aggregator/*
  11. - build/azure-devops/buildimages.yml
  12. - build/azure-devops/multiarch.yml
  13. - build/azure-devops/mobile-shopping-agg/*
  14. - deploy/k8s/helm/mobileshoppingagg/*
  15. jobs:
  16. - template: ../buildimages.yaml
  17. parameters:
  18. services: mobileshoppingagg
  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: mobileshoppingagg
  25. branch: $(Build.SourceBranchName)
  26. registryEndpoint: $(registryEndpoint)