Skip to content

Commit

Permalink
Maybe final attempt..
Browse files Browse the repository at this point in the history
  • Loading branch information
voneiden committed Aug 16, 2023
1 parent 2886419 commit 7dbdb9a
Showing 1 changed file with 31 additions and 10 deletions.
41 changes: 31 additions & 10 deletions azure-pipelines-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,23 +20,44 @@ parameters:
- "-staging"
- "-dev"

# Check out multiple repositories in your pipeline
resources:
repositories:
- repository: linkedevents-pipelines
# Azure Repos
- repository: templates
type: git
ref: refs/heads/dev
name: devops-toolchain/pipeline-templates
# Azure Repos
- repository: pipelines
type: git
name: linkedevents-pipelines
- repository: linkedevents-pipelines-ref
type: git
name: linkedevents/linkedevents-pipelines
pipelines:
- pipeline: build-linkedevents-api
source: build-linkedevents-api
trigger:
branches:
include:
- refs/heads/develop


# Variables specified at the pipeline level
variables:
location: westeurope

# By default, use self-hosted agents
# pool: Default

stages:
- template: azure-pipelines-build-linkedevents-api.yml@linkedevents-pipelines
- template: stage-templates/build-pipeline.yml@templates
parameters:
environment: development
openShiftServiceConnection: linkedevents-dev
app: linkedevents-api
project: linkedevents
azServConn: hki-platta-linkedevents-devtest
buildenv: -dev
- template: azure-pipelines-deploy-linkedevents-api-dev.yml@linkedevents-pipelines
- template: pipeline-templates/deploy-pipeline-linkedevents-api.yml@linkedevents-pipelines-ref
parameters:
environment: development
openShiftServiceConnection: linkedevents-dev
azServConn: hki-platta-linkedevents-devtest
additionalFilesForce:
- devops/linkedevents-elasticsearch-config.yml
buildenv: -dev

0 comments on commit 7dbdb9a

Please sign in to comment.