11 - Implementing Continuous Deployment using Azure Pipelines Flashcards
1
Q
How do you support pipelines as code
A
YAML
2
Q
Release jobs
A
Series of tasks that run sequentially on the same target
Can be combined with one pipeline to enable multi-platform deployment
Jobs run on the host machine where the agent is installed
3
Q
Multi-configuration
A
Run the same set of tasks on multiple configurations
4
Q
Multi-agent
A
Run the same set of tasks on multiple agents using the specified number of agents