File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed
Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change 1+ name : " $(SourceBranchName)+$(BuildID)"
2+
3+ trigger : none
4+ pr : none
5+
6+ resources :
7+ repositories :
8+ - repository : common
9+ type : github
10+ name : NHSDigital/api-management-utils
11+ ref : refs/heads/edge
12+ endpoint : NHSDigital
13+ pipelines :
14+ - pipeline : build_pipeline
15+ source : " Immunisation-Fhir-Api-Build"
16+ trigger :
17+ branches :
18+ include :
19+ - refs/tags/v*
20+
21+ pool :
22+ name : ' AWS-ECS'
23+
24+ variables :
25+ - template : project.yml
26+
27+ extends :
28+ template : azure/common/apigee-deployment.yml@common
29+ parameters :
30+ service_name : ${{ variables.service_name }}
31+ short_service_name : ${{ variables.short_service_name }}
32+ service_base_path : ${{ variables.service_base_path }}
33+ apigee_deployments :
34+ - environment : int
35+ jinja_templates :
36+ DOMAIN_ENDPOINT : https://green.imms.int.vds.platform.nhs.uk
You can’t perform that action at this time.
0 commit comments