*** Welcome to piglix ***

Bamboo (software)

Bamboo
Atlassian Bamboo
Atlassian Bamboo
Developer(s) Atlassian
Initial release 20 February 2007
Stable release
5.15 / February 14, 2017; 4 months ago (2017-02-14)
Written in Java
Operating system Cross-platform
Type Continuous Integration
License Proprietary; free for open-source projects
Website www.atlassian.com

Bamboo is a continuous integration server developed by Atlassian. Although initially available both as an on-premises and cloud computing service, in May 2016 it was announced that the cloud version would be discontinued by end of January 2017.

Bamboo divides the application in a hierarchical order.

A Project is specific to an application and contains many plans in it. It has links to other applications as well.

A Plan contains the overall configuration for all the tasks being performed under it. It has information regarding:

Initially, a plan has one stage, but multiple stages can be created by grouping together different jobs. All stages in a plan run sequentially. Starting from Bamboo 5, plans in Bamboo can now share build artifacts with each other.

It has a single job initially but multiple jobs can be created under it by dividing the list of tasks into different jobs. Every stage must finish completely before moving on to the next stage. One of the reasons this is required is because at times, a stage may have a dependency on the previous stage in terms of certain artifacts.

Jobs in a stage are run in parallel. For example, we may want the functional and unit tests to run at the same time. Each job can be assigned to a different agent. It performs a number of tasks on that agent. A job is assigned to an agent depending on its capacity to fulfill the requirements of the job. A job takes artifacts from previous stages, creates new ones, and also labels them.

It is the smallest unit of work that an agent does. Since all the tasks within a job are being performed on a single agent they need to be processed in a sequential order. Examples of a task include building a piece of code, deploying an application, etc.

Some of the advantages of Bamboo over its contemporaries like Jenkins are that it has built-in Git Branching workflows and deployment projects. It also has built-in integration with other Atlassian software like Jira, Confluence, Bitbucket, HipChat etc which are also widely used.

Some of the disadvantages are that it is not always free and that it is not an open source software. So the time taken for getting fixes on issues could be longer.


...
Wikipedia

...