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/WebStatus/*
|
2019-05-28 12:22:39 +02:00
|
|
|
- k8s/helm/webstatus/*
|
|
|
|
jobs:
|
2019-06-05 19:53:06 +02:00
|
|
|
- template: ../buildimages.yaml
|
|
|
|
parameters:
|
|
|
|
services: webstatus
|
|
|
|
registryEndpoint: $(registryEndpoint)
|
2019-05-29 17:02:51 +02:00
|
|
|
- template: ../multiarch.yaml
|
|
|
|
parameters:
|
|
|
|
image: webstatus
|
|
|
|
branch: $(Build.SourceBranchName)
|
|
|
|
registryEndpoint: $(registryEndpoint)
|