Skip to content

Commit 3e79c8d

Browse files
committed
try add trigger for ADO pipeline
1 parent c9dfffd commit 3e79c8d

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Trigger Update Galleries Pipeline
2+
3+
on:
4+
push:
5+
branches:
6+
- release/extensions
7+
- extensions/rc1
8+
- kisantia/galleriesPipelineTest
9+
10+
jobs:
11+
trigger-update-galleries:
12+
runs-on: ubuntu-latest
13+
steps:
14+
- uses: Azure/pipelines@v1
15+
with:
16+
azure-devops-project-url: 'https://dev.azure.com/msdata/SQLToolsAndLibraries/_git/AzureDataStudio'
17+
azure-pipeline-name: 'Update_AzureDataStudio_Extensions_Gallery' # name of the Azure pipeline to be triggered
18+
azure-devops-token: '${{ secrets.ADO_UPDATE_GALLERIES_TOKEN }}'
19+
azure-pipeline-variables: '{"triggeringBranch": "kisantia/galleriesPipelineTest"}' # optional stringified json
20+

0 commit comments

Comments
 (0)