エージェント
A Bamboo agent is a service that can run job builds. There are the following types of Bamboo agents:
- Local agents run as part of the Bamboo server.
- Remote agents run on computers other than the Bamboo server, that run the remote agent tool
- Elastic agents run in the Amazon Elastic Compute Cloud (EC2)
- Ephemeral agents are a short-lived remote agents that start on-demand inside a Kubernetes cluster to carry out a single build or deployment before being shut down.
ローカル エージェントは、Bamboo Server のプロセス、つまりサーバーと同じ JVM で実行されます。各リモート エージェントは独自のプロセスで (つまり独自の JVM で) 実行されます。
Each agent has a defined set of capabilities and can only run builds for jobs whose requirements match the agent's capabilities.
Last modified on Mar 8, 2024
Powered by Confluence and Scroll Viewport.