Bamboo: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
 
(22 intermediate revisions by the same user not shown)
Line 1: Line 1:
=Overview=
=External=
 
* https://www.atlassian.com/software/bamboo
=Concepts=
=Subjects=
 
* [[Bamboo Concepts|Concepts]]
==Project==
* [[Bamboo Operations|Operations]]
 
==Plan==
 
A build plan. It defines everything about your build process. Each plan has a [[#Default_Job|Default job]] when it is created. More advanced configuration options, including those for plugins, and the ability to add more jobs will be available to you after creating this plan. It belongs to a [[#Project|project]].
 
Plans can be configured at any time after creation: Projects -> the project in question -> Select the Plan -> Actions drop down -> Configure plan.
 
==Stage==
 
Each stage within a [[#Plan|plan]] represents a step within your build process. A stage may contain one or more [[#Job|jobs]] which Bamboo can execute in parallel.
 
==Job==
 
Each [[#Plan|plan]] has a [[#Default_Job|default job]] when it is created. A job has multiple [[#Task|tasks]]. More than one job can be added to a [[#Plan|plan]].
 
===Default Job===
 
===Build Isolation===
 
Builds are normally run in the agent's native operating system ("Agent environment" choice). The build could be run in an isolated and controlled environment with Docker ("Docker container" option).
 
==Task==

Latest revision as of 22:39, 2 January 2022