forked from MicrosoftDocs/azure-devops-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtoc.yml
739 lines (739 loc) · 32.3 KB
/
toc.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
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
- name: Azure Pipelines
href: index.yml
- name: Get started
items:
- name: What is Azure Pipelines?
href: get-started/what-is-azure-pipelines.md
- name: Sign up for Azure Pipelines
href: get-started/pipelines-sign-up.md
- name: Create your first pipeline
displayName: status badge, get started, first pipeline, import from github
href: create-first-pipeline.md
- name: Customize your pipeline
displayName: azure-pipelines.yml, change build platform, add steps, multiple platforms, multiple versions, customize triggers
href: customize-pipeline.md
- name: Pipeline basics
items:
- name: Key concepts
href: get-started/key-pipelines-concepts.md
- name: Pipeline run sequence
displayName: process the pipeline, process pipeline, request an agent, request agent, pool requests, step, timeouts, disconnects
href: process/runs.md
- name: YAML vs Classic Pipelines
href: get-started/pipelines-get-started.md
- name: YAML pipeline editor
href: get-started/yaml-pipeline-editor.md
- name: Pipeline default branch
href: process/pipeline-default-branch.md
- name: Clone or import a pipeline
href: ./get-started/clone-import-pipeline.md
displayName: export, copy
- name: Manage pipelines with Azure CLI
href: get-started/manage-pipelines-with-azure-cli.md
- name: Configure pipelines to support work tracking
href: integrations/configure-pipelines-work-tracking.md
- name: Informational runs
href: process/information-run.md
displayName: information run
- name: View pipeline history (Classic)
href: release/history.md
- name: Pipeline structure & logic
items:
- name: Repositories
items:
- name: Supported repositories
displayName: supported repository types, version control, azure repos git, tfvc, github, bitbucket, subversion, github enterprise, ghe
href: repos/index.md
- name: Azure Repos Git
displayName: ci, pr, pull request, triggers, self, batching, batched CI, branch policy, access token, public project, private project, skip ci, no_ci, build.reason, path filter, branch filter, tag trigger, forks, badge, prefergitfrompath, checkout, get sources, clean, label sources, tag sources, checkout path, submodules, shallow fetch, exit code 128
href: repos/azure-repos-git.md
- name: GitHub
displayName: ci, pr, pull request, triggers, self, batching, batched CI, github app, oauth, pat, open source, public project, private project, skip ci, no_ci, build.reason, path filter, branch filter, tag trigger, forks, badge, prefergitfrompath, checkout, clone, fetch, get sources, checks, clean, label sources, tag sources, checkout path, submodules, shallow fetch
href: repos/github.md
- name: GitHub Enterprise Server
displayName: github enterprise, ci, pr, pull request, triggers, oauth, pat, checkout, firewall, allow list, exception, rule, other git, external git, service connection, classic, yaml, ip address range
href: repos/github-enterprise.md
- name: Pipeline options for Git repositories
href: repos/pipeline-options-for-git.md
- name: Bitbucket Cloud
displayName: ci, pr, pull request, triggers, self, batching, batched CI, oauth, public project, private project, skip ci, no_ci, build.reason, path filter, branch filter, badge, prefergitfrompath, checkout, clone, fetch, get sources, clean, label sources, tag sources, checkout path, submodules, shallow fetch
href: repos/bitbucket.md
- name: Bitbucket Server
displayName: ci, triggers, checkout, firewall, allow list, exception, rule, other git, external git, service connection, ip address range
href: repos/on-premises-bitbucket.md
- name: TFVC
displayName: tfvc, version control, workspace, ci, gated, checkin, mappings, scroch, triggers, path filter, clean
href: repos/tfvc.md
- name: Subversion
displayName: ci, triggers, checkout, firewall, allow list, exception, rule, service connection, ip address range
href: repos/subversion.md
- name: Multiple repositories
displayName: ci, pr, pull request, triggers, checkout, branch policy, path filter, branch filter, tag trigger, multiple repos, multi-repo, multi-checkout, multi-trigger, self
href: repos/multi-repo-checkout.md
- name: Stages, jobs, & steps
items:
- name: Specify jobs in your pipeline
displayName: phases, stages, job type, dependencies, conditions, timeouts, multi-configuration, slicing, job variables, artifact download, oauth token
href: process/phases.md
- name: Define container jobs
href: process/container-phases.md
- name: Use service containers
displayName: containers, service containers
href: process/service-containers.md
- name: Add stages, dependencies & conditions
displayName: stage, dependencies, conditions, queuing policies, approvals
href: process/stages.md
- name: Deployment jobs
displayName: pipeline decorator, deployment strategy, lifecycle hooks, rolling, canary
href: process/deployment-jobs.md
- name: Author a custom pipeline decorator
href: ../extend/develop/add-pipeline-decorator.md?toc=/azure/devops/pipelines/toc.json
- name: Pipeline decorator context
href: ../extend/develop/pipeline-decorator-context.md?toc=/azure/devops/pipelines/toc.json
- name: Specify conditions
href: process/conditions.md
- name: Specify demands
displayName: task demands, manually entered demands, capabilities
href: /azure/devops/pipelines/yaml-schema/pool-demands
- name: Expressions
href: process/expressions.md
- name: Tasks & scripts
items:
- name: Task index
href: /azure/devops/pipelines/tasks/reference/
- name: Task types & usage
href: process/tasks.md
displayName: custom tasks, task versions, task control options, conditions, task tool installers, build tool installers
- name: Task groups (Classic)
href: release/task-groups.md
- name: Add a custom task extension
href: ../extend/develop/add-build-task.md?toc=/azure/devops/pipelines/toc.json
- name: Upload tasks to project collection
href: ../extend/develop/upload-tasks.md?toc=/azure/devops/pipelines/toc.json
- name: Use tasks to increase run retention
href: build/run-retention.md
displayName: retention, pipelines, runs
- name: Run a PowerShell script
href: scripts/powershell.md
displayName: powershell, scripts
- name: Run Git commands
href: scripts/git-commands.md
displayName: scripts, git, cmd, commands
- name: Cross-platform scripts
href: scripts/cross-platform-scripting.md
displayName: cross platform, scripts
- name: Logging commands
href: scripts/logging-commands.md
- name: File matching patterns
href: tasks/file-matching-patterns.md
- name: Templates, parameters, & expressions
items:
- name: Templates
href: process/templates.md
displayName: parameters, passing, job reuse, stage reuse, variable reuse, expressions, context, conditional insertion, iterative insertion, escape a value
- name: Template parameters
href: process/template-parameters.md
- name: Template expressions
href: process/template-expressions.md
- name: Use runtime parameters
href: process/runtime-parameters.md
displayName: parameters in pipelines, conditionals, loop, data types
- name: Process parameters (Classic)
href: release/parameters.md
- name: Variables
items:
- name: Define variables
displayName: secrets, expressions, queue time, expansion,system, environment variables, macro syntax, template syntax
href: process/variables.md
- name: Use predefined variables
displayName: build variables, agent variables, pipeline variables, system variables
href: build/variables.md
- name: Job access tokens
displayName: job access token, identity, build service account, project build service account, collection build service account, access token, build service
href: process/access-tokens.md
- name: Set secret variables
displayName: secret variables
href: process/set-secret-variables.md
- name: Set variables in scripts
displayName: variables, task, setname, scripts
href: process/set-variables-scripts.md
- name: Variable groups
items:
- name: Manage variable groups
displayName: Azure key vault, link secrets, expansion, expand variables
href: library/variable-groups.md
- name: Link a variable group to Azure Key Vault
displayName: Azure key vault, link secrets, expansion, expand variables
href: library/link-variable-groups-to-key-vaults.md
- name: Manage variables in variable groups (CLI)
displayName: create pipeline, manage pipeline, monitor pipeline, secret variable
href: scripts/cli/pipeline-variable-group-secret-nonsecret-variables.md
- name: Use classic release and artifacts variables
displayName: identity, system, build, agent, deployment job, System.AccessToken, System.Debug
href: release/variables.md
- name: Library, resources, & secure files
items:
- name: Pipeline resources
href: process/about-resources.md
- name: Library & shared resources
displayName: security roles, variables, variable groups, secure files
href: library/index.md
- name: Add resources to a pipeline
href: process/resources.md
- name: Define and target environments
displayName: clusters, vms, resources
href: process/environments.md
- name: Kubernetes resource
displayName: clusters, aks, manifest, service account
href: process/environments-kubernetes.md
- name: Virtual machine resource
href: process/environments-virtual-machines.md
- name: Use secure files
href: library/secure-files.md
- name: Triggers
items:
- name: Types of triggers
displayName: ci, pr, pull request, triggers, azure repos git, github, bitbucket, tfvc, release triggers, scheduled, pipeline triggers, build completion triggers, comment triggers, CD triggers, stage triggers, YAML triggers
href: build/triggers.md
- name: Scheduled triggers
displayName: schedule, cron, daily, weekly, monthly, nightly, scheduled runs, crontab
href: process/scheduled-triggers.md
- name: Pipeline completion triggers
displayName: build completion, completion trigger
href: process/pipeline-triggers.md
- name: Build completion triggers (Classic)
displayName: build completion, completion trigger
href: release/pipeline-triggers-classic.md
- name: Release triggers (Classic)
href: release/triggers.md
displayName: release trigger, stage trigger, deploy PR, scheduled trigger
- name: Approvals, checks, & gates
items:
- name: Release approval and gates overview
href: release/approvals/index.md
- name: Define approvals & checks
displayName: approvals, checks
href: process/approvals.md
- name: Invoke Azure Function / REST API checks
displayName: azure function, checks
href: process/invoke-checks.md
- name: Deployment gates concepts
displayName: gates, checks, approvals, pre-deployment, post-deployment
href: release/approvals/gates.md
- name: Use approvals and gates
href: release/deploy-using-approvals.md
- name: Deployment control using approvals
href: release/approvals/approvals.md
- name: Architectures
items:
- name: Baseline Azure Pipelines architecture
href: architectures/devops-pipelines-baseline-architecture.md
- name: Azure Web Apps architecture
href: architectures/devops-pipelines-azure-web-apps-architecture.md
- name: DevTest architecture
href: architectures/devops-pipelines-devtest-iaas-architecture.md
- name: IaaS architecture
href: architectures/devops-pipelines-iaas-vms-architecture.md
- name: Agents & pools
items:
- name: About agents & agent pools
displayName: self-hosted, microsoft-hosted, parallel, capabilities, user capabilities, system capabilities, demands, pools, communication
href: agents/agents.md
- name: Managed DevOps pools
href: /azure/devops/managed-devops-pools/overview
displayName: pools, agents
- name: Agent version 4.x
href: agents/v4-agent.md
- name: Agent version 3.x
href: agents/v3-agent.md
- name: Create & manage agent pools
displayName: queue, default, hosted, maintenance
href: agents/pools-queues.md
- name: Historical graph for agent pools
href: agents/pool-consumption-report.md
- name: Microsoft-hosted agents
href: agents/hosted.md
- name: Self-hosted Linux agents
href: agents/linux-agent.md
- name: Self-hosted macOS agents
href: agents/osx-agent.md
- name: Self-hosted Windows agents
href: agents/windows-agent.md
- name: Scale set agents
displayName: byos, elastic agents, VMSS, autoscale
href: agents/scale-set-agents.md
- name: Run an agent behind a web proxy
href: agents/proxy.md
- name: Run an agent in Docker
href: agents/docker.md
- name: Use a self-signed certificate
href: agents/certificate.md
- name: Agent registration options
items:
- name: Self-hosted agent authentication options
href: agents/agent-authentication-options.md
- name: Personal access token (PAT)
href: agents/personal-access-token-agent-registration.md
- name: Service Principal
href: agents/service-principal-agent-registration.md
- name: Device code flow
href: agents/device-code-flow-agent-registration.md
- name: Build & Deploy
items:
- name: Build
items:
- name: Build multiple branches
displayName: build, pipelines build, multiple branches
href: build/ci-build-git.md
- name: Configure build run numbers
displayName: build number, run number, tokens, variables,
href: process/run-number.md
- name: Use build tags
displayName: build tags, tags
href: build/build-tag.md
- name: Reduce build time using caching
displayName: caching, pipelines caching, cache
href: release/caching.md
- name: Cache NuGet packages
displayName: caching, cache
href: artifacts/caching-nuget.md
- name: View pipeline history (Classic)
href: release/history.md
displayName: history
- name: Classic pipelines configuration
href: release/options.md
displayName: classic, build options
- name: Publish & download pipeline artifacts
href: artifacts/pipeline-artifacts.md
displayName: publish, download, artifacts
- name: Publish & download build artifacts
href: artifacts/build-artifacts.md
displayName: build, download, publish, artifacts
- name: Deploy
items:
- name: Deploy to Azure
items:
- name: Overview
href: overview-azure.md
- name: Connect to Azure
items:
- name: Azure Resource Manager service connection
displayName: resource manager, service connection, service principal
href: library/connect-to-azure.md
- name: Azure Resource Manager special cases
displayName: agent-assigned identity, publish profile
href: library/azure-resource-manager-alternate-approaches.md
- name: Manually configure workload identity service connections
href: release/configure-workload-identity.md
- name: Troubleshoot workload identity service connections
href: release/troubleshoot-workload-identity.md
- name: Azure App Service (Web Apps)
items:
- name: Deploy to App Service using Azure Pipelines
href: /azure/app-service/deploy-azure-pipelines
- name: Azure Web App for Containers
displayName: containers, docker, azure web app
href: apps/cd/deploy-docker-webapp.md
- name: Create a multistage pipeline
displayName: multi stage, multi stage pipelines
href: process/create-multistage-pipeline.md
- name: Azure Resource Manager (ARM) templates
items:
- name: Use a Resource Manager template to deploy
displayName: Resource Manager, ARM, azure
href: apps/cd/azure/deploy-arm-template.md
- name: Azure Databricks
items:
- name: Data pipeline overview
displayName: data science, machine learning
href: apps/cd/azure/cicd-data-overview.md
- name: Build a data pipeline
href: apps/cd/azure/build-data-pipeline.md
- name: Azure Databases
items:
- name: Azure SQL database
href: targets/azure-sqldb.md
- name: Azure MySQL database
href: /azure/mysql/single-server/azure-pipelines-mysql-deploy
- name: Azure Virtual Machine Scale Set
items:
- name: Deploy a virtual machine scale set
displayName: vmss, custom image
href: apps/cd/azure/deploy-virtual-scale-set-java.md
- name: Deploy apps using VMs
items:
- name: Linux virtual machines
href: ecosystems/deploy-linux-vm.md
- name: Azure Container Registry
items:
- name: Build and push to Azure Container Registry with a Docker template
href: ecosystems/containers/acr-template.md
- name: Build and push to Azure Container Registry - Managed Service Identity
href: ecosystems/containers/publish-to-acr.md
- name: Azure Kubernetes Service
items:
- name: Build and deploy to Azure Kubernetes Service
href: /azure/aks/devops-pipeline
- name: Azure Functions
href: /azure/azure-functions/functions-how-to-azure-devops
- name: Azure Stack
href: targets/azure-stack.md
- name: Azure Machine Learning
href: /azure/machine-learning/how-to-devops-machine-learning
- name: Deploy apps using containers
items:
- name: Build images
displayName: docker, compose, docker-compose, arm, buildkit, image
href: ecosystems/containers/build-image.md
- name: Push images
displayName: container registry, acr, gcr, ecr, docker hub, azure container registry, google container registry
href: ecosystems/containers/push-image.md
- name: Content trust
displayName: docker content trust, dct
href: ecosystems/containers/content-trust.md
- name: Kubernetes
items:
- name: Deploy to Kubernetes
displayName: kubernetes, aks, gke, eks, canary
href: ecosystems/kubernetes/deploy.md
- name: Use a canary deployment strategy
href: ecosystems/kubernetes/canary-demo.md
- name: Deploy apps (Classic)
items:
- name: Release pipelines overview
displayName: release, deploy, deployment
href: release/index.md
- name: Create a Classic release
displayName: release artifacts, deployment artifacts
href: release/releases.md
- name: Artifact sources
displayName: artifacts, source, release artifacts
href: release/artifacts.md
- name: Release variables
displayName: release, deploy, variables
href: release/variables.md
- name: Release triggers (Classic)
href: release/triggers.md
displayName: release trigger, stage trigger, deploy PR, scheduled trigger
- name: Deploy pull request Artifacts
displayName: pr release, deployment
href: release/deploy-pull-request-builds.md
- name: Deploy from multiple branches
displayName: multiple branches, deployment
href: release/deploy-multiple-branches.md
- name: Deploy to a Windows VM
displayName: windows vm, deployment vm
href: release/deploy-webdeploy-iis-deploygroups.md
- name: Classic release pipelines
displayName: classic release, classic deployment
href: release/define-multistage-release-process.md
- name: Stage templates in Azure Pipelines
displayName: environment, templates, stages
href: release/env-templates.md
- name: Azure Policy Compliance (Classic)
displayName: policy, compliance
href: /azure/governance/policy/tutorials/policy-devops-pipelines
- name: Create & use deployment groups (Classic)
items:
- name: Provision deployment groups
href: release/deployment-groups/index.md
- name: Provision agents for deployment groups
href: release/deployment-groups/howto-provision-deployment-group-agents.md
- name: Add a deployment group job to a release pipeline
href: release/deployment-group-phases.md
- name: Deploying to Azure VMs using deployment groups in Azure Pipelines
href: release/deployment-groups/deploying-azure-vms-deployment-groups.md
- name: Artifacts
items:
- name: Artifacts in Azure Pipelines
displayName: artifacts, artifacts overview
href: artifacts/artifacts-overview.md
- name: Publish & download pipeline artifacts
displayName: download artifacts, publish artifacts, packages
href: artifacts/pipeline-artifacts.md
- name: Publish & download build artifacts
displayName: build, artifacts
href: artifacts/build-artifacts.md
- name: Artifact sources
displayName: artifacts, source, release artifacts
href: release/artifacts.md
- name: Use the .artifactignore file
href: ../artifacts/reference/artifactignore.md?toc=/azure/devops/pipelines/toc.json
displayName: artifactignore, gitignore
- name: NuGet
items:
- name: Publish packages to internal and external feeds
displayName: nuget, package
href: artifacts/nuget.md
- name: Restore NuGet packages
displayName: nuget, package, restore
href: packages/nuget-restore.md
- name: Publish NuGet packages to NuGet.org (Classic/YAML)
displayName: publish, nuget, package
href: artifacts/publish-public-registry.md
- name: npm
displayName: npm, package
href: artifacts/npm.md
- name: Maven
displayName: Maven, package
href: artifacts/publish-maven-artifacts.md
- name: Gradle
displayName: Gradle, package
href: artifacts/pull-package-gradle.md
- name: Python
displayName: python, package
href: artifacts/pypi.md
- name: Cargo
displayName: cargo, crate
href: artifacts/cargo-pipelines.md
- name: Universal Packages
displayName: package, universal
href: artifacts/universal-packages.md
- name: Symbols
displayName: symbols, debugging, debugger
href: artifacts/symbols.md
- name: Artifact policy checks
href: process/artifact-policy.md
- name: Examples
items:
- name: Ecosystem support
displayName: language, platform
href: ecosystems/ecosystems.md
- name: .NET
items:
- name: .NET Core
displayName: dotnet, DotNetCoreInstaller, csproj, DotNetCoreCLI, msbuild, DotNetCore
href: ecosystems/dotnet-core.md
- name: .NET Framework
displayName: ASP, ASPNET, web
href: apps/aspnet/build-aspnet-4.md
- name: JavaScript
items:
- name: JavaScript quickstart
displayName: node, node.js, nodetool, npm, yarn, react, babel, typescript, tsc, mocha, jasmine, jest, karma, ava, junit, cobertura, protractor, phantomjs, webpack, angular, react, vue, gulp, grunt
href: ecosystems/javascript.md
- name: Customize JavaScript
displayName: configure javascript, node, configure node.js, nodetool, npm, yarn, react, babel, typescript, tsc, mocha, jasmine, jest, karma, ava, junit, cobertura, protractor, phantomjs, webpack, angular, react, vue, gulp, grunt
href: ecosystems/customize-javascript.md
- name: Node.js tutorial
href: ecosystems/nodejs-tutorial.md
- name: Python
items:
- name: Python quickstart
displayName: flake, python
href: ecosystems/python.md
- name: Customize Python
displayName: anaconda, PyPI, pip , setuptools, wheel, conda, flake8, pytest, junit, cobertura, tox, twine
href: ecosystems/customize-python.md
- name: Python to web app
displayName: django, webapp
href: ecosystems/python-webapp.md
- name: Anaconda
displayName: data science, python, miniconda, conda
href: ecosystems/anaconda.md
- name: Java
items:
- name: Java apps
displayName: maven, goals, gradle, ant
href: ecosystems/java.md
- name: Java to web App
href: ecosystems/java-webapp.md
- name: Java to web app with MicroProfile
href: /azure/java/microprofile/cicd-microprofile?toc=/azure/devops/pipelines/toc.json
- name: Android
displayName: android sdk, xamarin, android sdk platform tools
href: ecosystems/android.md
- name: Go
displayName: workspace, gopath, goroot, go get, dep, dep ensure
href: ecosystems/go.md
- name: PHP
displayName: php, phpunit
href: ecosystems/php.md
- name: Ruby
displayName: rails, bundler, rake, simplecov, cobertura
href: ecosystems/ruby.md
- name: Xcode
displayName: app certificate, test flight
href: ecosystems/xcode.md
- name: Microsoft Learn courses
items:
- name: Create a build pipeline
href: /training/modules/create-a-build-pipeline/
- name: Implement a code workflow in your build pipeline by using Git and GitHub
href: /training/modules/implement-code-workflow/index
- name: Run quality tests in your build pipeline
href: /training/modules/run-quality-tests-build-pipeline/index
- name: Manage build dependencies with Azure Artifacts
href: /training/modules/manage-build-dependencies/index
- name: Test
items:
- name: About pipeline tests
href: test/test-glossary.md
- name: Set up parallel testing (VSTest)
href: test/parallel-testing-vstest.md
- name: Set up parallel testing (Test Runner)
href: test/parallel-testing-any-test-runner.md
- name: Enable Test Impact Analysis (TIA)
href: test/test-impact-analysis.md
- name: Enable flaky test management
href: test/flaky-test-management.md
- name: Run UI tests
href: test/ui-testing-considerations.md
- name: Run UI tests with Selenium
href: test/continuous-test-selenium.md
- name: Requirements traceability
href: test/requirements-traceability.md
- name: Use Azure DevTest Labs
href: /azure/devtest-labs/devtest-lab-overview
- name: Review test results
items:
- name: Review test results
href: test/review-continuous-test-results-after-build.md
- name: Review test Analytics
href: test/test-analytics.md
- name: Review code coverage
href: test/review-code-coverage-results.md
- name: Review pull request code coverage
href: test/codecoverage-for-pullrequests.md
- name: Monitor & Troubleshoot
items:
- name: Troubleshoot pipeline runs
href: troubleshooting/troubleshooting.md
- name: Troubleshoot pipeline triggers
href: troubleshooting/troubleshoot-triggers.md
- name: Pipeline queues but never starts
href: troubleshooting/troubleshoot-start.md
- name: Debug release issues
href: release/variables.md#run-a-release-in-debug-mode
- name: Troubleshoot ARM service connections
href: release/azure-rm-endpoint.md
- name: Review logs
href: troubleshooting/review-logs.md
- name: Pipeline reports
items:
- name: View pipeline reports
href: reports/pipelinereport.md
- name: Monitor your pipelines with dashboard widgets
href: reports/pipeline-widgets.md
- name: Security
items:
- name: Set retention policies
displayName: service endpoints, artifact retention, test retention, copy files
href: policies/retention.md
- name: Configure and pay for parallel jobs
displayName: parallel jobs, microsoft-hosted, self-hosted
href: licensing/concurrent-jobs.md
- name: Add users to contribute to pipelines
displayName: add administrators, add users
href: policies/set-permissions.md
- name: Grant version control permissions to the build service
displayName: enable scripts, enable git scripts, git commands
href: scripts/git-commands.md#version-control
- name: Download release permissions report
href: ../organizations/security/download-permissions-report-release.md
- name: Manage service connections
displayName: service connection, project-level permissions, docker, GitHub, npm, Nuget, Azure Repos
href: library/service-endpoints.md
- name: Add an admin role to a resource
href: library/add-resource-protection.md
- name: Repository resource protection
displayName: protected resources, protection, checks
href: process/repository-resource.md
- name: Manage signing certificates
href: apps/mobile/app-signing.md
- name: Use secrets from Azure Key Vault
displayName: secrets, access policies, key vault
href: release/azure-key-vault.md
- name: Use Azure Key Vault in your YAML Pipeline
displayName: key vault, secrets, YAML pipeline
href: release/key-vault-in-own-project.md
- name: Access private key vaults from your pipeline
displayName: secret, key vault
href: release/key-vault-access.md
- name: Permissions
items:
- name: Manage permissions
href: policies/permissions.md
- name: Pipeline permissions
href: policies/permissions.md#pipeline-permissions
- name: Agent pool permissions
href: policies/permissions.md#agent-pool-permissions
- name: Deployment group permissions
href: policies/permissions.md#deployment-group-permissions
- name: Environment permissions
href: policies/permissions.md#environment-permissions
- name: Library permissions
href: policies/permissions.md#library-permissions
- name: Release pipeline permissions
href: policies/permissions.md#release-pipeline-permissions
- name: Service connection permissions
href: policies/permissions.md#service-connection-permissions
- name: Task group permissions
href: policies/permissions.md#task-group-permissions
- name: Security best practices
items:
- name: Overview
displayName: security, repo protection, malicious code, assume breach
href: security/overview.md
- name: Approach to securing YAML pipelines
displayName: template permissions, repositories
href: security/approach.md
- name: Secure repositories
href: security/misc.md#protect-repositories
- name: Secure access to Azure repositories from pipelines
displayName: forks, branches, access token
href: security/secure-access-to-repos.md
- name: Protecting secrets
href: security/secrets.md
- name: Pipeline resources
displayName: protected resources, repository resources
href: security/resources.md
- name: Project structure
displayName: separate projects
href: security/misc.md#protect-projects
- name: Security through templates
displayName: conditionals, extends, scripts, templates
href: security/templates.md
- name: Variables and parameters
displayName: inputs, parameters, queue-time variables
href: security/inputs.md
- name: Shared infrastructure
displayName: low privileges, hosted, infrastructure
href: security/misc.md#protect-shared-infrastructure
- name: Other security considerations
displayName: PATH, containers, control tasks, auditing
href: security/misc.md
- name: Integration
items:
- name: Microsoft Teams
displayName: integrations, teams
href: integrations/microsoft-teams.md
- name: Slack
displayName: integrations, slack
href: integrations/slack.md
- name: ServiceNow
displayName: integrations, servicenow
href: release/approvals/servicenow.md
- name: Migrate
items:
- name: Migrate from Classic pipelines
href: release/from-classic-pipelines.md
- name: Migrate from Jenkins
href: migrate/from-jenkins.md
- name: Migrate from Travis
href: migrate/from-travis.md
- name: Migrate from Lab Management
href: targets/create-virtual-network.md
- name: Reference
items:
- name: YAML schema
displayName: pipeline structure, pipeline, stage, job, steps, variables, templates, resources, triggers, ci trigger, push trigger, pr trigger, comment trigger, pool, server, script, bash, pwsh, powershell, checkout, task
href: /azure/devops/pipelines/yaml-schema/
- name: Task index
href: /azure/devops/pipelines/tasks/reference/
- name: Azure DevOps CLI
href: ../cli/index.md
- name: Azure CLI
href: /cli/azure/pipelines
- name: REST API reference
href: /rest/api/azure/devops/