25 lines
608 B
YAML
Raw Permalink Normal View History

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/BuildingBlocks/*
- src/Services/Identity/*
2019-12-03 18:18:47 +00:00
- deploy/k8s/helm/identity-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: identity-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
2019-12-03 18:18:47 +00:00
helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm
- template: ../multiarch.yaml
parameters:
image: identity.api
branch: $(Build.SourceBranchName)
registryEndpoint: $(registryEndpoint)