24 lines
599 B
YAML
Raw 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/Web/WebhookClient/*
2019-05-28 12:22:39 +02:00
- k8s/helm/webhooks-web/*
jobs:
2019-06-05 19:53:06 +02:00
- template: ../buildimages.yaml
parameters:
services: webhooks.client
registryEndpoint: $(registryEndpoint)
2019-06-06 13:04:56 +02:00
helmfrom: $(Build.SourcesDirectory)/k8s/helm
helmto: $(Build.ArtifactStagingDirectory)/k8s/helm
- template: ../multiarch.yaml
parameters:
image: webhooks.client
branch: $(Build.SourceBranchName)
registryEndpoint: $(registryEndpoint)