Operations | Monitoring | ITSM | DevOps | Cloud

CI CD

The latest News and Information on Continuous Integration and Development, and related technologies.

Ensure continuous delivery by monitoring Jenkins pipeline performance

Jenkins pipelines play a pivotal role in achieving continuous delivery in software development processes. Continuous delivery (CD) is a software delivery approach aimed at ensuring that code changes are systematically and automatically prepared for release to production. In modern software development practices, CD pipelines streamline the process of building, testing, and deploying software, enabling organizations to accelerate software delivery and provide value to its customers.

Upcoming changes to pull requests and merge check configuration

As part of the graduation of custom merge checks from open-beta to general availability (GA) that is planned for late-April 2024, we're making a range of changes to several areas of the core Bitbucket Cloud workflow. This includes changes to the core pull request review and authoring experience, as well as changes to how merge checks are configured within a repository. Different changes will be relevant to different audiences, so feel free to use the navigation shortcuts below.

Uplevel your DevOps automation with new Bitbucket Cloud extensibility

Today, modern software organizations’ requirements for DevOps tooling has become more sophisticated and bespoke. We hear from many customers that they are building large, complex systems to augment and extend their DevOps workflows in ways that don't work well with the tools they're using. This is why Bitbucket Cloud is on a mission to become the world's most extensible cloud SCM and CI/CD product.

Scaling CI/CD pipelines in Bitbucket Cloud | The Developer's Edge | Atlassian

Accelerate delivery by sharing CI/CD pipelines across repositories in Bitbucket cloud. This feature allows developers across your team to reuse pipeline scripts without having to copy/paste or rewrite them. Developers can focus on building features while release managers can rest assured that pipeline best practices are followed and code is compliant with their policies. Connect with Atlassian.

Best practices for monitoring software testing in CI/CD

A key challenge of monitoring your CI/CD system is understanding how to optimize your workflows and create best practices that help you minimize pipeline slowdowns and better respond to CI issues. In addition to monitoring CI pipelines and their underlying infrastructure, your organization also needs to cultivate effective relationships between platform and development teams.

CI/CD observability: Extracting DORA metrics from a CD pipeline

Last November, Dimitris and Giordano Ricci wrote a blog post about CI/CD observability that looked into ways to extract traces and metrics in order to get a better understanding of possible issues inside a CI/CD system. That post focused on getting data from a continuous integration (CI) system, and it really resonated with the community.

E2E Testing on Github Actions: A walkthrough of our CI workflows | 2024 Guide

In this walkthrough, we take a detailed look at how automated E2E Testing is performed in Mattermost, using Cypress and Github Actions. Learn more about our approach to organizing and running the test cases, and our solutions to the challenges around their automation. Ready to streamline your testing process? Join us in mastering automated E2E Testing with Cypress and Github Actions.