Modernizing CI/CD: Migrating Bash and Jenkins Pipelines to GitHub Actions

devops

In earlier posts Migrating Bitbucket Repositories and Pipelines to GitHub Actions and Secure Dependency Updates During Bitbucket to GitHub Migration , we covered how repositories were migrated from Bitbucket Cloud to GitHub and how project dependencies were securely updated to ensure builds continued to run reliably. With source control and dependencies in place, the next […]

Secure Dependency Updates During Bitbucket to GitHub Migration

technology devops

In a previous post, we described how repositories were migrated from Bitbucket Cloud to GitHub Cloud while preserving full Git history, including branches, tags, and submodule references. That migration established a solid foundation, but moving repositories alone is only part of a successful transition. This article continues the journey by focusing on securely updating project […]

Migrating Bitbucket Repositories and Pipelines to GitHub Actions

github

Migrating CI/CD pipelines is a common task for DevOps engineers, especially as teams move toward more unified and modern delivery platforms. In this real-world case study, we walk through the process of migrating multiple Bitbucket repositories and pipelines to GitHub, while modernizing CI workflows using GitHub Actions. The repositories in scope were responsible for firmware […]