This course provides a practical, hands-on introduction to automating software delivery using Bamboo CI/CD. Designed for developers, testers, and DevOps beginners, it teaches how to install and configure Bamboo, connect it with Git repositories, and understand core components such as Projects, Plans, Jobs, Tasks, and Agents. You will learn how to build automated CI pipelines that compile code, run tests, publish artifacts, and trigger builds on every commit. The course also covers creating deployment pipelines, integrating Bamboo with Jira and Bitbucket for end-to-end traceability, and applying Agile-friendly CI/CD best practices to optimize team workflows. Through guided labs and a final project, you will build a complete CI/CD pipeline, automate deployments, monitor build health, and strengthen your DevOps automation skills using the Atlassian ecosystem.
This course is for developers, testers, and DevOps teams seeking to automate builds, tests, and deployments. Anyone using Git or Agile workflows can enhance their CI/CD skills with Bamboo and Atlassian tools.
Learners should know basic software workflows, Git, and Agile concepts. CI experience is optional, this course provides the guidance needed to set up and run Bamboo automation pipelines confidently.
By the end of this course, you’ll be able to build and automate complete CI/CD pipelines in Bamboo, integrate them with Jira and Bitbucket, and apply best practices to improve delivery speed, reliability, and team collaboration.
This module provides a comprehensive introduction to Bamboo and the core principles of CI/CD. Learners will explore how Bamboo fits into modern DevOps workflows, understand its architecture, and learn the purpose of key components such as projects, plans, stages, jobs, tasks, and agents. The module also includes step-by-step guidance on installing Bamboo, configuring essential settings, and connecting code repositories.
涵盖的内容
4个视频2篇阅读材料1次同伴评审
显示有关单元内容的信息
4个视频•总计32分钟
Welcome to Automating Processes with Bamboo CI/CD•3分钟
Streamlining DevOps with Bamboo: Integrating CI/CD for Efficient Software Delivery •5分钟
1次同伴评审•总计20分钟
Hands-On-Learning: Get Bamboo Installed, Configured, and Connected to a Repository•20分钟
Build Plan Configuration and Bamboo Pipelines
第 2 单元•小时 后完成
单元详情
This module explores how to create and configure CI pipelines in Bamboo from the ground up. Learners will build structured build plans, integrate automated tests, generate and store artifacts, and set up build triggers to ensure code is built consistently and automatically. By the end of this module, learners will understand how Bamboo pipelines work end-to-end and how to optimize them for efficient CI workflows.
涵盖的内容
3个视频1篇阅读材料1次同伴评审
显示有关单元内容的信息
3个视频•总计20分钟
Creating Your First Build Plan•5分钟
Adding Tests, Parsing Results, and Publishing Artifacts•6分钟
Automating Builds with Triggers & Branch Plans•10分钟
1篇阅读材料•总计5分钟
Mastering CI/CD Capabilities for Enhanced Software Delivery with Atlassian Bamboo•5分钟
1次同伴评审•总计20分钟
Hands-On-Learning: Build a Simple CI Pipeline•20分钟
Deployment Pipelines, Atlassian Integrations, and Best Practices
第 3 单元•小时 后完成
单元详情
This module covers how to configure deployment pipelines in Bamboo, integrate seamlessly with Atlassian tools such as Jira and Bitbucket, and monitor pipeline performance for better visibility. Learners will also apply Agile-friendly CI/CD best practices to ensure traceable, reliable, and efficient delivery workflows.
涵盖的内容
4个视频1篇阅读材料1个作业2次同伴评审
显示有关单元内容的信息
4个视频•总计30分钟
Integrating Bamboo with Jira & Bitbucket•16分钟
Creating Deployment Pipelines •5分钟
Agile CI/CD Best Practices & Pipeline Monitoring•6分钟
Course Wrap-up Video•3分钟
1篇阅读材料•总计5分钟
Creation of an Automated Deployment Pipeline Using Atlassian Bamboo•5分钟
1个作业•总计20分钟
Automating Processes with Bamboo CI/CD•20分钟
2次同伴评审•总计80分钟
Hands-On-Learning: Deploy the Built Artifact to a Dev Environment•20分钟
Project: Build, Test, and Deploy a Full CI/CD Pipeline in Bamboo•60分钟
Coursera brings together a diverse network of subject matter experts who have demonstrated their expertise through professional industry experience or strong academic backgrounds. These instructors design and teach courses that make practical, career-relevant skills accessible to learners worldwide.
In this course, a Bamboo CI/CD pipeline is a connected workflow that automatically moves code changes through build, test, artifact, and deployment steps. The focus is on turning separate software delivery tasks into one repeatable process inside Bamboo.
When would you use a Bamboo CI/CD pipeline?
You would use a Bamboo CI/CD pipeline when you want code changes to be built, tested, and prepared for delivery the same way every time. It is especially useful when a team wants builds to run automatically on each commit instead of relying on manual handoffs.
How does a Bamboo CI/CD pipeline fit into a broader workflow?
It sits in the middle of the software delivery workflow, connecting version control changes to automated validation and then to deployment-ready outputs. In this course, the pipeline is shown as the bridge between writing code and releasing it through a more traceable, repeatable process.
How is a Bamboo CI/CD pipeline different from separate manual build and deployment steps?
A Bamboo CI/CD pipeline links build, test, artifact, and deployment work into one defined workflow that runs in a consistent order. Separate manual steps can still complete the work, but they depend more on people remembering the sequence and checking results across tools.
Do you need any prerequisites before learning Bamboo CI/CD pipelines?
A basic understanding of software workflows, Git, and Agile concepts is helpful before learning Bamboo CI/CD pipelines. You do not need prior CI experience, but it helps to be comfortable with how code changes move through a team workflow.
What tools, platforms, or methods are used in this course?
The course centers on Bamboo, connected to Git repositories and Atlassian tools such as Jira and Bitbucket. The main workflow methods are automated build-and-test steps and trigger-based pipeline runs.
What specific tasks will you practice or complete in this course?
You practice setting up Bamboo and connecting a repository, structuring build-and-test workflows, publishing artifacts, enabling automatic triggers, and creating deployment pipelines. These tasks help you build a repeatable CI/CD process that runs from code change through validation and delivery.