2019-03-19 14:00:18 +01:00
|
|
|
variables:
|
|
|
|
registryEndpoint: eshop-registry
|
2019-03-21 12:16:09 +01:00
|
|
|
trigger:
|
|
|
|
branches:
|
|
|
|
include:
|
|
|
|
- master
|
|
|
|
- dev
|
|
|
|
paths:
|
|
|
|
include:
|
|
|
|
- src/BuildingBlocks/*
|
|
|
|
- src/Services/Catalog/*
|
2019-12-03 18:18:47 +00:00
|
|
|
- deploy/k8s/helm/catalog-api/*
|
2019-05-28 12:22:39 +02:00
|
|
|
jobs:
|
2019-06-05 19:53:06 +02:00
|
|
|
- template: ../buildimages.yaml
|
|
|
|
parameters:
|
2019-12-19 09:01:04 +00:00
|
|
|
services: catalog-api
|
2019-06-05 19:53:06 +02:00
|
|
|
registryEndpoint: $(registryEndpoint)
|
2019-12-03 16:17:57 +00:00
|
|
|
helmfrom: $(Build.SourcesDirectory)/deploy/k8s/helm
|
|
|
|
helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm
|
2019-05-29 17:02:51 +02:00
|
|
|
- template: ../multiarch.yaml
|
|
|
|
parameters:
|
|
|
|
image: catalog.api
|
|
|
|
branch: $(Build.SourceBranchName)
|
|
|
|
registryEndpoint: $(registryEndpoint)
|