Skip to content

Commit e0cde39

Browse files
committed
Set up CI with Azure Pipelines
[skip ci]
1 parent e35c93d commit e0cde39

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

azure-pipelines.yml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
resources:
2+
repositories:
3+
- repository: templates
4+
type: github
5+
name: alicegolakiya/nextgen_ansible_advanced_homework
6+
endpoint:
7+
ref:
8+
9+
variables:
10+
- group: AnsibleVar
11+
12+
stages:
13+
- template: pipeline_templates/release.yml
14+
parameters:
15+
agentPoolName:
16+
agentOS
17+

0 commit comments

Comments
 (0)