Browse Source

Final builds update

pull/1071/head
eiximenis 5 years ago
parent
commit
b8df869b45
11 changed files with 22 additions and 0 deletions
  1. +2
    -0
      build/azure-devops/apigws/azure-pipelines.yml
  2. +2
    -0
      build/azure-devops/basket-api/azure-pipelines.yml
  3. +2
    -0
      build/azure-devops/identity-api/azure-pipelines.yml
  4. +2
    -0
      build/azure-devops/location-api/azure-pipelines.yml
  5. +2
    -0
      build/azure-devops/marketing-api/azure-pipelines.yml
  6. +2
    -0
      build/azure-devops/mobile-shopping-agg/azure-pipelines.yml
  7. +2
    -0
      build/azure-devops/ordering-api/azure-pipelines.yml
  8. +2
    -0
      build/azure-devops/payment-api/azure-pipelines.yml
  9. +2
    -0
      build/azure-devops/web-shopping-agg/azure-pipelines.yml
  10. +2
    -0
      build/azure-devops/webhooks-api/azure-pipelines.yml
  11. +2
    -0
      build/azure-devops/webhooks-client/azure-pipelines.yml

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

@ -20,6 +20,8 @@ jobs:
parameters: parameters:
services: mobileshoppingapigw mobilemarketingapigw webshoppingapigw webmarketingapigw services: mobileshoppingapigw mobilemarketingapigw webshoppingapigw webmarketingapigw
registryEndpoint: $(registryEndpoint) registryEndpoint: $(registryEndpoint)
helmfrom: $(Build.SourcesDirectory)/k8s/helm
helmto: $(Build.ArtifactStagingDirectory)/k8s/helm
- template: ../multiarch.yaml - template: ../multiarch.yaml
parameters: parameters:
image: ocelotapigw image: ocelotapigw


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

@ -15,6 +15,8 @@ jobs:
parameters: parameters:
services: basket.api services: basket.api
registryEndpoint: $(registryEndpoint) registryEndpoint: $(registryEndpoint)
helmfrom: $(Build.SourcesDirectory)/k8s/helm
helmto: $(Build.ArtifactStagingDirectory)/k8s/helm
- template: ../multiarch.yaml - template: ../multiarch.yaml
parameters: parameters:
image: basket.api image: basket.api


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

@ -15,6 +15,8 @@ jobs:
parameters: parameters:
services: identity.api services: identity.api
registryEndpoint: $(registryEndpoint) registryEndpoint: $(registryEndpoint)
helmfrom: $(Build.SourcesDirectory)/k8s/helm
helmto: $(Build.ArtifactStagingDirectory)/k8s/helm
- template: ../multiarch.yaml - template: ../multiarch.yaml
parameters: parameters:
image: identity.api image: identity.api


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

@ -15,6 +15,8 @@ jobs:
parameters: parameters:
services: locations.api services: locations.api
registryEndpoint: $(registryEndpoint) registryEndpoint: $(registryEndpoint)
helmfrom: $(Build.SourcesDirectory)/k8s/helm
helmto: $(Build.ArtifactStagingDirectory)/k8s/helm
- template: ../multiarch.yaml - template: ../multiarch.yaml
parameters: parameters:
image: locations.api image: locations.api


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

@ -15,6 +15,8 @@ jobs:
parameters: parameters:
services: marketing.api services: marketing.api
registryEndpoint: $(registryEndpoint) registryEndpoint: $(registryEndpoint)
helmfrom: $(Build.SourcesDirectory)/k8s/helm
helmto: $(Build.ArtifactStagingDirectory)/k8s/helm
- template: ../multiarch.yaml - template: ../multiarch.yaml
parameters: parameters:
image: marketing.api image: marketing.api


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

@ -14,6 +14,8 @@ jobs:
parameters: parameters:
services: mobileshoppingagg services: mobileshoppingagg
registryEndpoint: $(registryEndpoint) registryEndpoint: $(registryEndpoint)
helmfrom: $(Build.SourcesDirectory)/k8s/helm
helmto: $(Build.ArtifactStagingDirectory)/k8s/helm
- template: ../multiarch.yaml - template: ../multiarch.yaml
parameters: parameters:
image: mobileshoppingagg image: mobileshoppingagg


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

@ -17,6 +17,8 @@ jobs:
parameters: parameters:
services: ordering.api services: ordering.api
registryEndpoint: $(registryEndpoint) registryEndpoint: $(registryEndpoint)
helmfrom: $(Build.SourcesDirectory)/k8s/helm
helmto: $(Build.ArtifactStagingDirectory)/k8s/helm
- template: ../multiarch.yaml - template: ../multiarch.yaml
parameters: parameters:
image: ordering.api image: ordering.api


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

@ -15,6 +15,8 @@ jobs:
parameters: parameters:
services: payment.api services: payment.api
registryEndpoint: $(registryEndpoint) registryEndpoint: $(registryEndpoint)
helmfrom: $(Build.SourcesDirectory)/k8s/helm
helmto: $(Build.ArtifactStagingDirectory)/k8s/helm
- template: ../multiarch.yaml - template: ../multiarch.yaml
parameters: parameters:
image: payment.api image: payment.api


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

@ -14,6 +14,8 @@ jobs:
parameters: parameters:
services: webshoppingagg services: webshoppingagg
registryEndpoint: $(registryEndpoint) registryEndpoint: $(registryEndpoint)
helmfrom: $(Build.SourcesDirectory)/k8s/helm
helmto: $(Build.ArtifactStagingDirectory)/k8s/helm
- template: ../multiarch.yaml - template: ../multiarch.yaml
parameters: parameters:
image: webshoppingagg image: webshoppingagg


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

@ -15,6 +15,8 @@ jobs:
parameters: parameters:
services: webhooks.api services: webhooks.api
registryEndpoint: $(registryEndpoint) registryEndpoint: $(registryEndpoint)
helmfrom: $(Build.SourcesDirectory)/k8s/helm
helmto: $(Build.ArtifactStagingDirectory)/k8s/helm
- template: ../multiarch.yaml - template: ../multiarch.yaml
parameters: parameters:
image: webhooks.api image: webhooks.api


+ 2
- 0
build/azure-devops/webhooks-client/azure-pipelines.yml View File

@ -15,6 +15,8 @@ jobs:
parameters: parameters:
services: webhooks.client services: webhooks.client
registryEndpoint: $(registryEndpoint) registryEndpoint: $(registryEndpoint)
helmfrom: $(Build.SourcesDirectory)/k8s/helm
helmto: $(Build.ArtifactStagingDirectory)/k8s/helm
- template: ../multiarch.yaml - template: ../multiarch.yaml
parameters: parameters:
image: webhooks.client image: webhooks.client


Loading…
Cancel
Save