2019-03-19 16:41:03 +01:00
|
|
|
variables:
|
|
|
|
registryEndpoint: eshop-registry
|
2019-03-21 12:16:09 +01:00
|
|
|
trigger:
|
|
|
|
branches:
|
|
|
|
include:
|
|
|
|
- master
|
|
|
|
- dev
|
|
|
|
paths:
|
|
|
|
include:
|
|
|
|
- src/ApiGateways/*
|
|
|
|
- k8s/helm/apigwmm/*
|
|
|
|
- k8s/helm/apigwms/*
|
|
|
|
- k8s/helm/apigwwm/*
|
|
|
|
- k8s/helm/apigwws/*
|
|
|
|
exclude:
|
|
|
|
- src/ApiGateways/Mobile.Bff.Shopping/aggregator/*
|
|
|
|
- src/ApiGateways/Web.Bff.Shopping/aggregator/*
|
2019-04-03 17:45:01 +02:00
|
|
|
jobs:
|
2019-06-05 19:10:11 +02:00
|
|
|
- template: ../buildimages.yaml
|
|
|
|
parameters:
|
|
|
|
images: mobileshoppingapigw mobilemarketingapigw webshoppingapigw webmarketingapigw
|
|
|
|
registryEndpoint: $(registryEndpoint)
|
2019-05-29 16:15:22 +02:00
|
|
|
- template: ../multiarch.yaml
|
|
|
|
parameters:
|
|
|
|
image: ocelotapigw
|
|
|
|
branch: $(Build.SourceBranchName)
|
|
|
|
registryEndpoint: $(registryEndpoint)
|