Mapping TeamCity Concepts to Other CI Terms
This information can be used when migrating to TeamCity from other Continuous Integration tools.
Jenkins | TeamCity |
---|---|
Jenkins Master/Node | TeamCity server |
Dumb Slave | TeamCity agent pool |
Executor | TeamCity agent |
Project | |
Job/Item/Project | Build Configuration |
Build | Build |
Pre Step | Build Step (partially) |
Post Step | Build Step (partially) |
Build Triggers | Build Triggers |
Source Code Management (SCM) | Version Control System (VCS) |
Workspace | Build checkout directory |
Pipeline | Build chain (snapshot dependencies mainly) |
Bamboo | TeamCity |
---|---|
Project | Project |
Plan | Build Configuration |
Stage | Build Step |
Job | Build |
Task - a part of the Job, often making use of an executable | a part of Build Step |
Builder task | Build runner step |
Agent | Build Agent |
(Agent) capability | (Agent) Parameter |
(Job) requirement | Agent Requirement |
Last modified: 20 April 2023