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.

24 lines
587 B

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