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
695 B

3 years ago
  1. variables:
  2. registryEndpoint: heigooRegistry
  3. trigger:
  4. branches:
  5. include:
  6. - local
  7. paths:
  8. include:
  9. - src/BuildingBlocks/*
  10. - src/Web/WebSPA/*
  11. - build/azure-devops/buildimages.yml
  12. - build/azure-devops/multiarch.yml
  13. - build/azure-devops/webspa/*
  14. - deploy/k8s/helm/webspa/*
  15. jobs:
  16. - template: ../buildimages.yaml
  17. parameters:
  18. services: webspa
  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: webspa
  25. # branch: $(Build.SourceBranchName)
  26. # registryEndpoint: $(registryEndpoint)