Merged PR 797368: Migrate release pipeline to 1espt

Migrate release pipeline to 1espt
This commit is contained in:
Oleksii Kononenko 2024-07-29 19:18:34 +00:00
Родитель 4bc86f2548
Коммит 7a038008cc
1 изменённых файлов: 23 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,23 @@
parameters:
- name: rmBranch
type: string
resources:
repositories:
- repository: DominoReleaseManagement
type: git
name: Domino.ReleaseManagement
ref: ${{ parameters.rmBranch }}
pipelines:
- pipeline: BxlRollingPipeline
source: '\BuildXL\BuildXL Rolling'
trigger:
branches:
include:
- main
- pipeline: CloudBuild
source: 'CloudBuild\ReleaseBuilds\CloudBuild Deploy QBits (YML)'
extends:
template: /pipelines/release/pipeline.yml@DominoReleaseManagement