Browse Source

Fix/include pipeline yml in trigger (#1290)

* add trigger to include pipelines

* Update build/azure-devops/webhooks-client/azure-pipelines.yml

Co-Authored-By: Miguel Veloso <mvelosop@gmail.com>

Co-authored-by: Miguel Veloso <mvelosop@gmail.com>
feature/refactor_remove_saveEntities_and_migrate_functionality_to_saveChanges
Eric Torre 4 years ago
committed by GitHub
parent
commit
c948bee891
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
16 changed files with 49 additions and 1 deletions
  1. +3
    -0
      build/azure-devops/apigws/azure-pipelines.yml
  2. +3
    -0
      build/azure-devops/basket-api/azure-pipelines.yml
  3. +3
    -0
      build/azure-devops/catalog-api/azure-pipelines.yml
  4. +3
    -0
      build/azure-devops/identity-api/azure-pipelines.yml
  5. +3
    -0
      build/azure-devops/infrastructure/azure-pipelines.yml
  6. +3
    -0
      build/azure-devops/location-api/azure-pipelines.yml
  7. +3
    -0
      build/azure-devops/marketing-api/azure-pipelines.yml
  8. +3
    -0
      build/azure-devops/mobile-shopping-agg/azure-pipelines.yml
  9. +3
    -0
      build/azure-devops/ordering-api/azure-pipelines.yml
  10. +3
    -0
      build/azure-devops/payment-api/azure-pipelines.yml
  11. +3
    -0
      build/azure-devops/web-shopping-agg/azure-pipelines.yml
  12. +3
    -0
      build/azure-devops/webhooks-api/azure-pipelines.yml
  13. +4
    -1
      build/azure-devops/webhooks-client/azure-pipelines.yml
  14. +3
    -0
      build/azure-devops/webmvc/azure-pipelines.yml
  15. +3
    -0
      build/azure-devops/webspa/azure-pipelines.yml
  16. +3
    -0
      build/azure-devops/webstatus/azure-pipelines.yml

+ 3
- 0
build/azure-devops/apigws/azure-pipelines.yml View File

@ -6,6 +6,9 @@ trigger:
paths: paths:
include: include:
- src/ApiGateways/* - src/ApiGateways/*
- build/azure-devops/buildimages.yml
- build/azure-devops/multiarch.yml
- build/azure-devops/apigws/*
- deploy/k8s/helm/apigwmm/* - deploy/k8s/helm/apigwmm/*
- deploy/k8s/helm/apigwms/* - deploy/k8s/helm/apigwms/*
- deploy/k8s/helm/apigwwm/* - deploy/k8s/helm/apigwwm/*


+ 3
- 0
build/azure-devops/basket-api/azure-pipelines.yml View File

@ -9,6 +9,9 @@ trigger:
include: include:
- src/BuildingBlocks/* - src/BuildingBlocks/*
- src/Services/Basket/* - src/Services/Basket/*
- build/azure-devops/buildimages.yml
- build/azure-devops/multiarch.yml
- build/azure-devops/basket-api/*
- deploy/k8s/helm/basket-api/* - deploy/k8s/helm/basket-api/*
jobs: jobs:
- template: ../buildimages.yaml - template: ../buildimages.yaml


+ 3
- 0
build/azure-devops/catalog-api/azure-pipelines.yml View File

@ -9,6 +9,9 @@ trigger:
include: include:
- src/BuildingBlocks/* - src/BuildingBlocks/*
- src/Services/Catalog/* - src/Services/Catalog/*
- build/azure-devops/buildimages.yml
- build/azure-devops/multiarch.yml
- build/azure-devops/catalog-api/*
- deploy/k8s/helm/catalog-api/* - deploy/k8s/helm/catalog-api/*
jobs: jobs:
- template: ../buildimages.yaml - template: ../buildimages.yaml


+ 3
- 0
build/azure-devops/identity-api/azure-pipelines.yml View File

@ -9,6 +9,9 @@ trigger:
include: include:
- src/BuildingBlocks/* - src/BuildingBlocks/*
- src/Services/Identity/* - src/Services/Identity/*
- build/azure-devops/buildimages.yml
- build/azure-devops/multiarch.yml
- build/azure-devops/identity-api/*
- deploy/k8s/helm/identity-api/* - deploy/k8s/helm/identity-api/*
jobs: jobs:
- template: ../buildimages.yaml - template: ../buildimages.yaml


+ 3
- 0
build/azure-devops/infrastructure/azure-pipelines.yml View File

@ -9,6 +9,9 @@ trigger:
- dev - dev
paths: paths:
include: include:
- build/azure-devops/buildimages.yml
- build/azure-devops/multiarch.yml
- build/azure-devops/infrastructure/*
- deploy/k8s/helm/basket-data/* - deploy/k8s/helm/basket-data/*
- deploy/k8s/helm/keystore-data/* - deploy/k8s/helm/keystore-data/*
- deploy/k8s/helm/nosql-data/* - deploy/k8s/helm/nosql-data/*


+ 3
- 0
build/azure-devops/location-api/azure-pipelines.yml View File

@ -9,6 +9,9 @@ trigger:
include: include:
- src/BuildingBlocks/* - src/BuildingBlocks/*
- src/Services/Location/* - src/Services/Location/*
- build/azure-devops/buildimages.yml
- build/azure-devops/multiarch.yml
- build/azure-devops/location-api/*
- deploy/k8s/helm/locations-api/* - deploy/k8s/helm/locations-api/*
jobs: jobs:
- template: ../buildimages.yaml - template: ../buildimages.yaml


+ 3
- 0
build/azure-devops/marketing-api/azure-pipelines.yml View File

@ -9,6 +9,9 @@ trigger:
include: include:
- src/BuildingBlocks/* - src/BuildingBlocks/*
- src/Services/Marketing/* - src/Services/Marketing/*
- build/azure-devops/buildimages.yml
- build/azure-devops/multiarch.yml
- build/azure-devops/marketing-api/*
- deploy/k8s/helm/marketing-api/* - deploy/k8s/helm/marketing-api/*
jobs: jobs:
- template: ../buildimages.yaml - template: ../buildimages.yaml


+ 3
- 0
build/azure-devops/mobile-shopping-agg/azure-pipelines.yml View File

@ -8,6 +8,9 @@ trigger:
paths: paths:
include: include:
- src/ApiGateways/Mobile.Bff.Shopping/aggregator/* - src/ApiGateways/Mobile.Bff.Shopping/aggregator/*
- build/azure-devops/buildimages.yml
- build/azure-devops/multiarch.yml
- build/azure-devops/mobile-shopping-agg/*
- deploy/k8s/helm/mobileshoppingagg/* - deploy/k8s/helm/mobileshoppingagg/*
jobs: jobs:
- template: ../buildimages.yaml - template: ../buildimages.yaml


+ 3
- 0
build/azure-devops/ordering-api/azure-pipelines.yml View File

@ -9,6 +9,9 @@ trigger:
include: include:
- src/BuildingBlocks/* - src/BuildingBlocks/*
- src/Services/Ordering/* - src/Services/Ordering/*
- build/azure-devops/buildimages.yml
- build/azure-devops/multiarch.yml
- build/azure-devops/ordering-api/*
- deploy/k8s/helm/ordering-api/* - deploy/k8s/helm/ordering-api/*
- deploy/k8s/helm/ordering-backgroundtasks/* - deploy/k8s/helm/ordering-backgroundtasks/*
- deploy/k8s/helm/ordering-signalrhub/* - deploy/k8s/helm/ordering-signalrhub/*


+ 3
- 0
build/azure-devops/payment-api/azure-pipelines.yml View File

@ -9,6 +9,9 @@ trigger:
include: include:
- src/BuildingBlocks/* - src/BuildingBlocks/*
- src/Services/Payment/* - src/Services/Payment/*
- build/azure-devops/buildimages.yml
- build/azure-devops/multiarch.yml
- build/azure-devops/payment-api/*
- deploy/k8s/helm/payment-api/* - deploy/k8s/helm/payment-api/*
jobs: jobs:
- template: ../buildimages.yaml - template: ../buildimages.yaml


+ 3
- 0
build/azure-devops/web-shopping-agg/azure-pipelines.yml View File

@ -8,6 +8,9 @@ trigger:
paths: paths:
include: include:
- src/ApiGateways/Web.Bff.Shopping/aggregator/* - src/ApiGateways/Web.Bff.Shopping/aggregator/*
- build/azure-devops/buildimages.yml
- build/azure-devops/multiarch.yml
- build/azure-devops/web-shopping-agg/*
- deploy/k8s/helm/webshoppingagg/* - deploy/k8s/helm/webshoppingagg/*
jobs: jobs:
- template: ../buildimages.yaml - template: ../buildimages.yaml


+ 3
- 0
build/azure-devops/webhooks-api/azure-pipelines.yml View File

@ -9,6 +9,9 @@ trigger:
include: include:
- src/BuildingBlocks/* - src/BuildingBlocks/*
- src/Services/Webhooks/* - src/Services/Webhooks/*
- build/azure-devops/buildimages.yml
- build/azure-devops/multiarch.yml
- build/azure-devops/webhooks-api/*
- deploy/k8s/helm/webhooks-api/* - deploy/k8s/helm/webhooks-api/*
jobs: jobs:
- template: ../buildimages.yaml - template: ../buildimages.yaml


+ 4
- 1
build/azure-devops/webhooks-client/azure-pipelines.yml View File

@ -9,6 +9,9 @@ trigger:
include: include:
- src/BuildingBlocks/* - src/BuildingBlocks/*
- src/Web/WebhookClient/* - src/Web/WebhookClient/*
- build/azure-devops/buildimages.yml
- build/azure-devops/multiarch.yml
- build/azure-devops/webhooks-client/*
- deploy/k8s/helm/webhooks-web/* - deploy/k8s/helm/webhooks-web/*
jobs: jobs:
- template: ../buildimages.yaml - template: ../buildimages.yaml
@ -21,4 +24,4 @@ jobs:
parameters: parameters:
image: webhooks.client image: webhooks.client
branch: $(Build.SourceBranchName) branch: $(Build.SourceBranchName)
registryEndpoint: $(registryEndpoint)
registryEndpoint: $(registryEndpoint)

+ 3
- 0
build/azure-devops/webmvc/azure-pipelines.yml View File

@ -9,6 +9,9 @@ trigger:
include: include:
- src/BuildingBlocks/* - src/BuildingBlocks/*
- src/Web/WebMVC/* - src/Web/WebMVC/*
- build/azure-devops/buildimages.yml
- build/azure-devops/multiarch.yml
- build/azure-devops/webmvc/*
- deploy/k8s/helm/webmvc/* - deploy/k8s/helm/webmvc/*
jobs: jobs:
- template: ../buildimages.yaml - template: ../buildimages.yaml


+ 3
- 0
build/azure-devops/webspa/azure-pipelines.yml View File

@ -9,6 +9,9 @@ trigger:
include: include:
- src/BuildingBlocks/* - src/BuildingBlocks/*
- src/Web/WebSPA/* - src/Web/WebSPA/*
- build/azure-devops/buildimages.yml
- build/azure-devops/multiarch.yml
- build/azure-devops/webspa/*
- deploy/k8s/helm/webspa/* - deploy/k8s/helm/webspa/*
jobs: jobs:
- template: ../buildimages.yaml - template: ../buildimages.yaml


+ 3
- 0
build/azure-devops/webstatus/azure-pipelines.yml View File

@ -9,6 +9,9 @@ trigger:
include: include:
- src/BuildingBlocks/* - src/BuildingBlocks/*
- src/Web/WebStatus/* - src/Web/WebStatus/*
- build/azure-devops/buildimages.yml
- build/azure-devops/multiarch.yml
- build/azure-devops/webstatus/*
- deploy/k8s/helm/webstatus/* - deploy/k8s/helm/webstatus/*
jobs: jobs:
- template: ../buildimages.yaml - template: ../buildimages.yaml


Loading…
Cancel
Save