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
671 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/BuildingBlocks/*
  11. - src/Services/Ordering/*
  12. - k8s/helm/ordering-api/*
  13. - k8s/helm/ordering-backgroundtasks/*
  14. - k8s/helm/ordering-signalrhub/*
  15. jobs:
  16. - template: ../buildimages.yaml
  17. parameters:
  18. services: ordering.api
  19. registryEndpoint: $(registryEndpoint)
  20. helmfrom: $(Build.SourcesDirectory)/k8s/helm
  21. helmto: $(Build.ArtifactStagingDirectory)/k8s/helm
  22. - template: ../multiarch.yaml
  23. parameters:
  24. image: ordering.api
  25. branch: $(Build.SourceBranchName)
  26. registryEndpoint: $(registryEndpoint)