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.

29 lines
810 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/*
  11. - k8s/helm/apigwmm/*
  12. - k8s/helm/apigwms/*
  13. - k8s/helm/apigwwm/*
  14. - k8s/helm/apigwws/*
  15. exclude:
  16. - src/ApiGateways/Mobile.Bff.Shopping/aggregator/*
  17. - src/ApiGateways/Web.Bff.Shopping/aggregator/*
  18. jobs:
  19. - template: ../buildimages.yaml
  20. parameters:
  21. services: mobileshoppingapigw mobilemarketingapigw webshoppingapigw webmarketingapigw
  22. registryEndpoint: $(registryEndpoint)
  23. helmfrom: $(Build.SourcesDirectory)/k8s/helm
  24. helmto: $(Build.ArtifactStagingDirectory)/k8s/helm
  25. - template: ../multiarch.yaml
  26. parameters:
  27. image: ocelotapigw
  28. branch: $(Build.SourceBranchName)
  29. registryEndpoint: $(registryEndpoint)