Author

Kelvin Yap

[guest author fields > title]


Warning: Undefined array key “carousel” in /srv/users/atlassian/apps/atlassianstaging/public/wp-content/plugins/curator/dist/feed/render.php on line 68

Warning: Trying to access array offset on value of type null in /srv/users/atlassian/apps/atlassianstaging/public/wp-content/plugins/curator/dist/feed/render.php on line 68

How Statuspage deploys continuously with Bitbucket and Sleuth

This post was written by Michael Knighten, Founder & COO of Sleuth What it takes to deploy continuously There are some similarities between deploying continuously and driving in the fast lane. When driving, you need to be always on the alert, proactively looking down the road for potential hazards. When you see them, you need […]

Infrastructure as Code with Pipelines and AWS CloudFormation

This post was written by Oleksandr Kyrdan, a Developer at SoftServe. Infrastructure as Code (IaC) gives teams the ability to manage their infrastructure using configuration or definition files. It operates similar to the way source code does, taking advantage of versioning and, when executed, results in the same infrastructure generated every time. IaC helps solve […]

Automate publishing your Android application with Bitbucket Pipelines and Gradle

This post was written by Alexander Zhukov, a Senior Software Engineer at SoftServe. Setting up CI/CD for your Android app lets you automate much of your development process, resulting in higher velocity development with less bugs and defects, and new features getting into the hands of your customers faster. Bitbucket Pipelines can be used to […]

Introducing redeployments for Bitbucket Pipelines

The ability to roll back a failed release is critical for teams practicing continuous delivery. It reduces the mean time to recovery and minimizes the impact outages or degraded performance can have on users. Where it was previously a time consuming process to roll back a failed release in Bitbucket Pipelines, today we’re proud to […]

Build flexible CI/CD pipelines with custom Pipes

Built to support any workflow or tool that you use, Bitbucket Pipes makes it easy to build and automate a CI/CD pipeline that meets your exact needs. With over supported 50 pipes available that let you test, deploy, scan, or manage artifacts with many of the industry’s leading vendors, it’s trivial to set up the […]