Skip to content

Commit

Permalink
Merge pull request #14200 from hecerinc/patch-2
Browse files Browse the repository at this point in the history
Update phases.md
  • Loading branch information
ttorble authored Jan 14, 2025
2 parents 75ddad3 + 7b9f8e3 commit e68acf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pipelines/process/phases.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ Jobs can be of different types, depending on where they run.

### Agent pool jobs

Agent pool obs are the most common jobs. These jobs run on an agent in an agent pool. You can specify the pool to run the job on, and you can also specify demands to specify what capabilities an agent must have to run your job. Agents can be Microsoft-hosted or self-hosted. For more information, see [Azure Pipelines agents](../agents/agents.md).
Agent pool jobs are the most common jobs. These jobs run on an agent in an agent pool. You can specify the pool to run the job on, and you can also specify demands to specify what capabilities an agent must have to run your job. Agents can be Microsoft-hosted or self-hosted. For more information, see [Azure Pipelines agents](../agents/agents.md).

* When you're using Microsoft-hosted agents, each job in a pipeline gets a fresh agent.
* When you're using self-hosted agents, you can use [demands](/azure/devops/pipelines/yaml-schema/pool-demands) to specify what capabilities an agent must have to run your job. You can get the same agent for consecutive jobs, depending on whether there's more than one agent in your agent pool that matches your pipeline's demands. If there's only one agent in your pool that matches the pipeline's demands, the pipeline waits until this agent is available.
Expand Down

0 comments on commit e68acf2

Please sign in to comment.