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.

23 lines
599 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/Web/WebhookClient/*
  12. - k8s/helm/webhooks-web/*
  13. jobs:
  14. - template: ../buildimages.yaml
  15. parameters:
  16. services: webhooks.client
  17. registryEndpoint: $(registryEndpoint)
  18. helmfrom: $(Build.SourcesDirectory)/k8s/helm
  19. helmto: $(Build.ArtifactStagingDirectory)/k8s/helm
  20. - template: ../multiarch.yaml
  21. parameters:
  22. image: webhooks.client
  23. branch: $(Build.SourceBranchName)
  24. registryEndpoint: $(registryEndpoint)