Bamboo (software)

Bamboo
Developer(s) Atlassian
Initial release 20 February 2007
Stable release
6.6 / June 26, 2018 (2018-06-26)
Written in Java
Operating system Cross-platform
Type Continuous Integration; Continuous deployment
License Proprietary; free for open-source projects
Website www.atlassian.com

Bamboo is a continuous integration and continuous deployment server developed by Atlassian.[1] 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.[2]

Workflow

Bamboo divides the application in a hierarchical order.[3]

Project

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

Plan

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

  • The source code repository
  • The build triggers set up by the developer
  • Who can view/modify the plan
  • Plan variables

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.[4]

Stage

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.

Job

Jobs in a stage are run in parallel. For example, we may want the functional and unit tests to run at the same time.[5] 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.

Task

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.

Features

Comparisons

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.[11] 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.

References

  1. https://www.atlassian.com/software/bamboo
  2. "Bamboo Cloud EOL - Atlassian Documentation".
  3. "Understanding the Bamboo CI Server - Atlassian Documentation". confluence.atlassian.com. Retrieved 2017-09-06.
  4. "Sharing artifacts between plans, and other best practices". blogs.atlassian.com. Retrieved 2017-09-06.
  5. 1 2 Pouclet, Romain. Pro iOS Continuous Integration. Apress, 2014. ISBN 1484201248.
  6. 1 2 3 4 Ryan Cutter (2012-03-29). "Continuous Integration and Bamboo" (PDF). Retrieved 2017-09-06.
  7. "Linking to source code repositories - Atlassian Documentation". confluence.atlassian.com. Retrieved 2017-09-06.
  8. "Atlassian Bamboo - Automation Consultants - Platinum Solution Partner". automation-consultants.com. Retrieved 2017-09-06.
  9. "Getting feedback - Atlassian Documentation". confluence.atlassian.com. Retrieved 2017-09-06.
  10. "Importing data from Jenkins - Atlassian Documentation". confluence.atlassian.com. Retrieved 2017-09-06.
  11. Atlassian. "Bamboo vs Jenkins Comparison". Atlassian. Retrieved 2017-09-06.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.