Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
Atlassian DevOps Toolchain Cookbook
Atlassian DevOps Toolchain Cookbook

Atlassian DevOps Toolchain Cookbook: Recipes for building, automating, and managing applications with Jira, Bitbucket Pipelines, and more

Arrow left icon
Profile Icon Robert Wen Profile Icon Alex Ortiz Profile Icon Edward Gaile Profile Icon Nissen
Arrow right icon
€17.99 €26.99
Full star icon Full star icon Full star icon Full star icon Full star icon 5 (1 Ratings)
eBook Jul 2024 504 pages 1st Edition
eBook
€17.99 €26.99
Paperback
€33.99
Subscription
Free Trial
Renews at €18.99p/m
Arrow left icon
Profile Icon Robert Wen Profile Icon Alex Ortiz Profile Icon Edward Gaile Profile Icon Nissen
Arrow right icon
€17.99 €26.99
Full star icon Full star icon Full star icon Full star icon Full star icon 5 (1 Ratings)
eBook Jul 2024 504 pages 1st Edition
eBook
€17.99 €26.99
Paperback
€33.99
Subscription
Free Trial
Renews at €18.99p/m
eBook
€17.99 €26.99
Paperback
€33.99
Subscription
Free Trial
Renews at €18.99p/m

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
Product feature icon AI Assistant (beta) to help accelerate your learning
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Table of content icon View table of contents Preview book icon Preview Book

Atlassian DevOps Toolchain Cookbook

An Introduction to DevOps and the Atlassian Ecosystem

DevOps has been a driving force for improvement in product development since its inception in 2009. As technology moved to internet-based, off-premises cloud environments, DevOps allowed people working in development and operations a way to collaborate, enabling quicker and more stable design, packaging, deployment, and maintenance of products. A key component of this is the adoption of automation that ensures these processes run smoother.

In this chapter, we will look at the DevOps movement and the role that automation plays in its success. We will then look at the Open DevOps platform from Atlassian that allows easy connection between Jira, other Atlassian tools such as Confluence and Bitbucket, as well as third-party tools such as LaunchDarkly, which allows you to release products through feature flags, and Snyk, which performs security scanning.

To start our journey into Open DevOps, we will examine the steps needed to...

An introduction to DevOps

By 2009, developers began to adopt Agile product development methods. They started with small deliveries in incremental cycles, gathering customer feedback and using it to inform future development cycles. They gradually created a product that their customers would want.

A bottleneck would soon form from delivering changes to the operations part of the organization. While rapid development of value is the priority of development teams, operations teams are charged with maintaining the stability of the environment. Anything that would diminish that stability would mean a potential loss of revenue. Typically, that meant seeing any new change as risky and allowing any changes to be released in specific maintenance windows. These windows only ended up increasing the risk of further downtime.

Changes would soon emerge. During the O’Reilly Velocity 2009 conference, John Allspaw and Paul Hammond of Flickr gave a talk titled 10+ Deploys a Day –...

Creating an Open DevOps toolchain from scratch

The first link to a toolchain using Atlassian tools and Open DevOps is to set up an organization in the Atlassian Cloud. The first Atlassian product in the organization will be Jira.

In this recipe, we will explore how to create the organization and an Atlassian Cloud site with Jira installed.

How to do it...

Let’s go to the Atlassian website to create an Open DevOps environment with multiple connected tools:

  1. Atlassian’s Open DevOps solution is described at https://www.atlassian.com/solutions/devops. This site allows you to see what Open DevOps is, what third-party integrations make up part of the solution, and what DevOps best practices Open DevOps plays a role in.
  2. From this page, you can request the creation of a new Atlassian Cloud site with the Jira product, installed by selecting the Try for free button on the page, as shown in the following figure:
Figure 1.5 – Atlassian’s Open DevOps page with the Try it free button

Figure 1.5 –...

Creating an Atlassian Cloud site with Jira only

A more modular approach than creating an Atlassian Cloud site with multiple products can be to create a new Atlassian Cloud site and install Jira only. Other installations of other Atlassian products can be done on an as-needed basis.

To do this, we will go to a different landing page and follow the prompts, as seen in the following recipe steps.

How to do it...

To install Jira only on a new Atlassian Cloud site, follow these alternate instructions:

  1. Atlassian’s product page for Jira is located at https://www.atlassian.com/software/jira. Select the Get it free button, as shown in the following figure:
Figure 1.9 – Selecting the free plan from the Jira Products page

Figure 1.9 – Selecting the free plan from the Jira Products page

  1. On the next panel, if you’re logged into an Atlassian account, it will reveal that account and prompt you to enter the name of the new Atlassian Cloud site.
Figure 1.10 – Creating a new Atlassian Cloud site

Figure 1.10...

Creating a Jira project

So far, you have created an Atlassian Cloud site with only Jira or Jira with Confluence, and connections to Opsgenie and Bitbucket.

We will start the process of creating our toolchain by setting up the Jira projects that will use the toolchain. Let’s look at doing this now.

How to do it...

In the following steps, you will create a Jira project that not only captures the work done by the development team but allows integrations with artifacts from other tools:

  1. Go to the Atlassian Cloud site you created in the previous recipes in this chapter. You may be prompted to create the site’s first Jira project by selecting a project template, as shown in the following figure:
Figure 1.11 – Selecting a project template

Figure 1.11 – Selecting a project template

  1. Select a project template that matches the Agile methodology your team wants to practice (KANBAN or SCRUM) and press Next.

Tip

In general, teams that look to develop on...

Connecting Confluence

Confluence is Atlassian’s second-oldest tool. Previously, it has complemented Jira as the repository of documentation artifacts for development activities recorded in Jira.

Confluence works by organizing individual pages into spaces. Spaces can be set up for any number of purposes, such as a knowledge base or product documentation.

The first step will be to add Confluence to the Atlassian Cloud site. Once added, a new space can be created for the new Jira project.

Getting ready

Different administrators set up different things for Confluence. Let’s take a brief look at the various levels of administration for Atlassian Cloud.

Organization administrators are responsible for the overall organization and the Atlassian Cloud sites contained within. They set up users to access specific Atlassian products and add products to Atlassian Cloud sites.

Confluence administrators are responsible for creating the spaces on an instance of Confluence...

Connecting Bitbucket

Currently, Bitbucket maintains a separate location from the other tools at the Atlassian Cloud site, at https://bitbucket.org. On Bitbucket, there are by default administrators and users in a developers group.

On the Bitbucket side, a member of the Administrators group must create the repository or repo. This repo may be grouped within other repositories in a Bitbucket project. The top level in Bitbucket is a workspace. This may be analogous to the top level of an organization.

On the Jira side, we need a Jira Project admin to connect the repository to the Jira project.

Let’s take a look at the steps involved.

How to do it...

Let’s look at the steps involved in connecting Bitbucket.

Creating a repository in Bitbucket

Implement the following steps to create a repository in Bitbucket:

  1. As a Bitbucket administrator, select the Repositories menu bar and click the Create repository button.

Figure 1.24 – Creating a Bitbucket repository
...
Left arrow icon Right arrow icon
Download code icon Download Code

Key benefits

  • Streamline development progress visibility by connecting Jira with other DevOps tools through Open DevOps
  • Enhance observability by integrating development tools like Bitbucket Pipelines with Compass
  • Learn best practices for DevSecOps integrations and processes using real-world examples
  • Purchase of the print or Kindle book includes a free PDF eBook

Description

Implementing DevOps practices and toolchains for automated testing and deployment can accelerate product development with minimal errors in the production environment. However, creating DevOps toolchains by integrating tools from various vendors presents challenges for both administrators and developers. Written by four well-known experts from the Atlassian community, this book addresses the complexities of DevOps toolchain creation and integration by leveraging Atlassian’s Open DevOps solution. Starting with a holistic overview of the DevOps and Atlassian Open DevOps solution, you’ll learn to integrate Jira with other tools. You’ll then find out how to create and integrate a CI/CD pipeline in Bitbucket for automated testing and deployment to Docker containers. With step-by-step guidance, you’ll connect Jira and Bitbucket with other tools, such as Snyk for security and SonarQube for testing, to form an extensive toolchain. You’ll also learn how Compass uses CheckOps for observability and how to use Confluence for documentation and reporting. Finally, you’ll leverage Opsgenie’s ChatOps functionality to enhance collaboration between developers and operations teams. By the end of this book, you’ll be able to establish your DevOps toolchain by integrating Atlassian tools to automate and optimize the software development lifecycle and beyond.

Who is this book for?

This book is a valuable resource for DevOps engineers, platform engineers, SREs, software developers, and Atlassian tool administrators who want to automate testing, integration, and deployment processes using the Atlassian DevOps toolchain. A basic understanding of DevOps processes will be beneficial. While prior knowledge of administering Atlassian tools may be helpful, it is not necessary, as the recipes cover the administrative tasks needed to implement the DevOps toolchain and practices.

What you will learn

  • Extend reporting capabilities in Jira using Open DevOps
  • Integrate Jira with popular tools for tracking the build and deployment status
  • Track the progress of product ideas with Jira Product Discovery
  • Document and report projects using Confluence
  • Create and deploy CI/CD pipelines in Bitbucket and perform testing in SonarQube
  • Integrate security scanning into your CI/CD pipeline using Snyk
  • Create an observability portal in Compass
  • Use Opsgenie to collaborate with other teams when incidents occur

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : Jul 19, 2024
Length: 504 pages
Edition : 1st
Language : English
ISBN-13 : 9781835469644
Languages :
Concepts :

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
Product feature icon AI Assistant (beta) to help accelerate your learning
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Product Details

Publication date : Jul 19, 2024
Length: 504 pages
Edition : 1st
Language : English
ISBN-13 : 9781835469644
Languages :
Concepts :

Packt Subscriptions

See our plans and pricing
Modal Close icon
€18.99 billed monthly
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Simple pricing, no contract
€189.99 billed annually
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just €5 each
Feature tick icon Exclusive print discounts
€264.99 billed in 18 months
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just €5 each
Feature tick icon Exclusive print discounts

Frequently bought together


Stars icon
Total 102.97
Zabbix 7 IT Infrastructure Monitoring Cookbook
€38.99
Big Data on Kubernetes
€29.99
Atlassian DevOps Toolchain Cookbook
€33.99
Total 102.97 Stars icon

Table of Contents

20 Chapters
Part 1:Beginning the Cycle Chevron down icon Chevron up icon
Chapter 1: An Introduction to DevOps and the Atlassian Ecosystem Chevron down icon Chevron up icon
Chapter 2: Discovering Customer Needs with Jira Product Discovery Chevron down icon Chevron up icon
Chapter 3: Planning and Documentation with Confluence Chevron down icon Chevron up icon
Part 2: Development to Deployment Chevron down icon Chevron up icon
Chapter 4: Enabling Connections for Design, Source Control, and Continuous Integration Chevron down icon Chevron up icon
Chapter 5: Understanding Bitbucket and Bitbucket Pipelines Chevron down icon Chevron up icon
Chapter 6: Extending and Executing Bitbucket Pipelines Chevron down icon Chevron up icon
Chapter 7: Leveraging Test Case Management and Security Tools for DevSecOps Chevron down icon Chevron up icon
Chapter 8: Deploying with Bitbucket Pipelines Chevron down icon Chevron up icon
Chapter 9: Leveraging Docker and Kubernetes for Advanced Configurations Chevron down icon Chevron up icon
Part 3: Maintaining Operations Chevron down icon Chevron up icon
Chapter 10: Collaborating with Operations through Continuous Deployment and Observability Chevron down icon Chevron up icon
Chapter 11: Monitoring Component Activity and Metrics Through CheckOps in Compass Chevron down icon Chevron up icon
Chapter 12: Escalate Using Opsgenie Alerts Chevron down icon Chevron up icon
Part 4: Putting It into Practice Chevron down icon Chevron up icon
Chapter 13: Putting It All Together with a Real-World Example Chevron down icon Chevron up icon
Chapter 14: Appendix – Key Takeaways and the Future of Atlassian DevOps Tools Chevron down icon Chevron up icon
Index Chevron down icon Chevron up icon
Other Books You May Enjoy Chevron down icon Chevron up icon

Customer reviews

Rating distribution
Full star icon Full star icon Full star icon Full star icon Full star icon 5
(1 Ratings)
5 star 100%
4 star 0%
3 star 0%
2 star 0%
1 star 0%
Petrichor83 Aug 20, 2024
Full star icon Full star icon Full star icon Full star icon Full star icon 5
It’s always great when you can find a book from people who actually know what they’re talking about. This book is written by four of the most knowledgeable people in their field and we are all better for it. DevOps is a complex concept and process filled with endless opinions. It’s great when a book can communicate complex topics in an accessible way that doesn’t make the reader feel inferior. More like this please!
Amazon Verified review Amazon
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

How do I buy and download an eBook? Chevron down icon Chevron up icon

Where there is an eBook version of a title available, you can buy it from the book details for that title. Add either the standalone eBook or the eBook and print book bundle to your shopping cart. Your eBook will show in your cart as a product on its own. After completing checkout and payment in the normal way, you will receive your receipt on the screen containing a link to a personalised PDF download file. This link will remain active for 30 days. You can download backup copies of the file by logging in to your account at any time.

If you already have Adobe reader installed, then clicking on the link will download and open the PDF file directly. If you don't, then save the PDF file on your machine and download the Reader to view it.

Please Note: Packt eBooks are non-returnable and non-refundable.

Packt eBook and Licensing When you buy an eBook from Packt Publishing, completing your purchase means you accept the terms of our licence agreement. Please read the full text of the agreement. In it we have tried to balance the need for the ebook to be usable for you the reader with our needs to protect the rights of us as Publishers and of our authors. In summary, the agreement says:

  • You may make copies of your eBook for your own use onto any machine
  • You may not pass copies of the eBook on to anyone else
How can I make a purchase on your website? Chevron down icon Chevron up icon

If you want to purchase a video course, eBook or Bundle (Print+eBook) please follow below steps:

  1. Register on our website using your email address and the password.
  2. Search for the title by name or ISBN using the search option.
  3. Select the title you want to purchase.
  4. Choose the format you wish to purchase the title in; if you order the Print Book, you get a free eBook copy of the same title. 
  5. Proceed with the checkout process (payment to be made using Credit Card, Debit Cart, or PayPal)
Where can I access support around an eBook? Chevron down icon Chevron up icon
  • If you experience a problem with using or installing Adobe Reader, the contact Adobe directly.
  • To view the errata for the book, see www.packtpub.com/support and view the pages for the title you have.
  • To view your account details or to download a new copy of the book go to www.packtpub.com/account
  • To contact us directly if a problem is not resolved, use www.packtpub.com/contact-us
What eBook formats do Packt support? Chevron down icon Chevron up icon

Our eBooks are currently available in a variety of formats such as PDF and ePubs. In the future, this may well change with trends and development in technology, but please note that our PDFs are not Adobe eBook Reader format, which has greater restrictions on security.

You will need to use Adobe Reader v9 or later in order to read Packt's PDF eBooks.

What are the benefits of eBooks? Chevron down icon Chevron up icon
  • You can get the information you need immediately
  • You can easily take them with you on a laptop
  • You can download them an unlimited number of times
  • You can print them out
  • They are copy-paste enabled
  • They are searchable
  • There is no password protection
  • They are lower price than print
  • They save resources and space
What is an eBook? Chevron down icon Chevron up icon

Packt eBooks are a complete electronic version of the print edition, available in PDF and ePub formats. Every piece of content down to the page numbering is the same. Because we save the costs of printing and shipping the book to you, we are able to offer eBooks at a lower cost than print editions.

When you have purchased an eBook, simply login to your account and click on the link in Your Download Area. We recommend you saving the file to your hard drive before opening it.

For optimal viewing of our eBooks, we recommend you download and install the free Adobe Reader version 9.