forked from MicrosoftDocs/azure-devops-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.yml
219 lines (215 loc) · 8.2 KB
/
index.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
### YamlMime:Landing
title: Azure Pipelines documentation
summary: Implement continuous integration and continuous delivery (CI/CD) for the app and platform of your choice.
metadata:
title: Azure Pipelines documentation
titleSuffix: Azure DevOps
description: Configure and manage continuous integration and continuous delivery (CI/CD) for the app and platform of your choice.
ms.assetid: 00f4ed452-fbb8-45f9-8f0a-343702aac5b8
ms.topic: landing-page
author: steved0x
ms.author: sdanie
ms.date: 09/27/2021
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
landingContent:
# Cards and links should be based on top customer tasks or top subjects
# Start card title with a verb
# Card (optional)
- title: Get started
linkLists:
- linkListType: concept
links:
- text: What is Azure Pipelines?
url: ./get-started/what-is-azure-pipelines.md
- text: Use Azure Pipelines
url: ./get-started/pipelines-get-started.md
- text: Key concepts for user new to Azure Pipelines
url: ./get-started/key-pipelines-concepts.md
- text: Classic release pipelines
url: ./release/index.md
- linkListType: quickstart
links:
- text: Sign up for free
url: ./get-started/pipelines-sign-up.md
- text: Create your first pipeline
url: create-first-pipeline.md
- text: Clone or import a pipeline
url: ./get-started/clone-import-pipeline.md
- text: Customize your pipeline
url: customize-pipeline.md
- title: Build, deploy, test-any language, any ecosystem
linkLists:
- linkListType: tutorial
links:
- text: Container image
url: ./ecosystems/containers/build-image.md
- text: .NET Core apps
url: ./ecosystems/dotnet-core.md
- text: Anaconda
url: ./ecosystems/anaconda.md
- text: Android
url: ./ecosystems/android.md
- text: Azure Kubernetes Service
url: ./ecosystems/kubernetes/aks-template.md
- text: Java
url: ./ecosystems/java.md
- text: JavaScript & Node.js apps
url: ./ecosystems/javascript.md
- text: Python apps
url: ./ecosystems/python.md
- text: PHP
url: ./ecosystems/php.md
- text: "See more >"
url: ./ecosystems/ecosystems.md
- title: Key concepts
linkLists:
- linkListType: concept
links:
- text: Agents
url: ./agents/agents.md
- text: Conditions
url: ./process/conditions.md
- text: Expressions
url: ./process/expressions.md
- text: Environments
url: ./process/environments.md
- text: Jobs
url: ./process/phases.md
- text: Runtime parameters
url: ./process/runtime-parameters.md
- text: Stages
url: ./process/stages.md
- text: Tasks
url: ./process/tasks.md
- text: Templates
url: ./process/templates.md
- text: Triggers
url: ./build/triggers.md
- title: Reference guidance
linkLists:
- linkListType: reference
links:
- text: YAML schema
url: /azure/devops/pipelines/yaml-schema/
- text: Predefined variables
url: ./build/variables.md
- text: Release & artifacts variables
url: ./release/variables.md
- text: Variable groups
url: ./library/variable-groups.md
- text: Task index
url: ./tasks/index.md
- title: Build any repository
linkLists:
- linkListType: how-to-guide
links:
- text: GitHub
url: ./repos/github.md
- text: Azure Repos Git
url: ./repos/azure-repos-git.md
- text: Team Foundation version control
url: ./repos/tfvc.md
- text: Bitbucket Cloud
url: ./repos/pipeline-options-for-git.md
- text: Subversion
url: ./repos/pipeline-options-for-git.md
- text: Generic Git
url: ./repos/pipeline-options-for-git.md
- linkListType: tutorial
links:
- text: Build multiple Git branches
url: ./build/ci-build-git.md
- title: Deploy to Azure
linkLists:
- linkListType: overview
links:
- text: Deploy to Azure
url: overview-azure.md
- linkListType: tutorial
links:
- text: Connect to Azure
url: ./library/connect-to-azure.md
- text: Deploy to Azure SQL Database
url: ./targets/azure-sqldb.md
- text: Deploy to Azure Kubernetes Service
url: ./ecosystems/kubernetes/aks-template.md
- text: Use secrets from Azure Key Vault
url: ./release/azure-key-vault.md
- title: Manage agents & self-hosted agents
linkLists:
- linkListType: how-to-guide
links:
- text: Deploy on Windows
url: ./agents/v2-windows.md
- text: Microsoft-hosted agents
url: ./agents/hosted.md
- text: Self-hosted Linux agents
url: ./agents/v2-linux.md
- text: Self-hosted macOS agents
url: ./agents/v2-osx.md
- title: Set up continuous testing
linkLists:
- linkListType: tutorial
links:
- text: Configure for UI testing
url: ./test/ui-testing-considerations.md
- text: UI testing using Selenium
url: ./test/continuous-test-selenium.md
- text: Review code coverage results
url: ./test/review-code-coverage-results.md
- text: Review test results
url: ./test/review-continuous-test-results-after-build.md
- text: Manage flaky tests
url: ./test/flaky-test-management.md
- text: Analyze test results
url: ./test/test-analytics.md
- title: Configure resources
linkLists:
- linkListType: how-to-guide
links:
- text: Create and manage agent pools
url: ./agents/pools-queues.md?toc=/azure/devops/organizations/toc.json
- text: Create and manage deployment groups
url: ./release/deployment-groups/index.md?toc=/azure/devops/organizations/toc.json
- text: Create and manage service connections
url: ./library/service-endpoints.md?toc=/azure/devops/organizations/toc.json
- text: Set build and release retention policies
url: ./policies/retention.md?toc=/azure/devops/organizations/toc.json
- title: Troubleshoot
linkLists:
- linkListType: how-to-guide
links:
- text: Troubleshoot builds and releases
url: troubleshooting/troubleshooting.md
- text: Run a release in debug mode
url: ./release/variables.md#run-a-release-in-debug-mode
- text: Troubleshoot Azure Resource Manager service connections
url: ./release/azure-rm-endpoint.md
- title: Publish packages
linkLists:
- linkListType: tutorial
links:
- text: Publish & download artifacts
url: artifacts/pipeline-artifacts.md
- text: Publish NuGet packages
url: ./artifacts/nuget.md
- text: Publish npm packages
url: ./artifacts/npm.md
- text: Publish Python packages
url: ./artifacts/pypi.md
- text: Publish and download Universal Packages
url: ./artifacts/universal-packages.md
- text: Publish Maven Packages
url: ../artifacts/get-started-maven.md
- text: Publish symbols for debugging
url: ./artifacts/symbols.md
- title: Integrate with other apps
linkLists:
- linkListType: how-to-guide
links:
- text: Integrate with Slack
url: ./integrations/slack.md
- text: Integrate with Microsoft Teams
url: ./integrations/microsoft-teams.md
- text: Integrate with service hooks
url: ../service-hooks/overview.md