variables:
    registryEndpoint: eshop-registry
trigger:
  branches:
    include:
    - master
    - dev
  paths:
    include:
    - src/ApiGateways/Web.Bff.Shopping/aggregator/*
    - k8s/helm/webshoppingagg/* 
jobs:
- template: ../buildimages.yaml
  parameters:
    services: webshoppingagg
    registryEndpoint: $(registryEndpoint) 
    helmfrom: $(Build.SourcesDirectory)/k8s/helm
    helmto: $(Build.ArtifactStagingDirectory)/k8s/helm    
- template: ../multiarch.yaml
  parameters:
    image: webshoppingagg
    branch: $(Build.SourceBranchName)
    registryEndpoint: $(registryEndpoint)