The Buildkite Migration tool converts CI/CD pipeline configurations from other providers to the Buildkite format. It works by parsing your existing configuration files, analyzing their structure, and generating equivalent Buildkite pipeline YAML.
The tool securely sends your pipeline code to an API for conversion, supporting multiple vendors like GitHub, Bitbucket, and CircleCI. Your code is processed on the server but is not stored or readable by anyone, ensuring your data remains confidential.
Clone the repository to run the migration API locally yourself.