frontend
frontend copied to clipboard
Duplicate Pipelines
Building pipelines isn't difficult, but can be a little time consuming. It would be handy if we could copy (duplicate) an existing pipeline to start with.
on the new pipeline page you can add ?clone=slug-of-other-pipeline
to the end of the URL to copy the attributes from that pipeline into the current form.
Kind of hacky.
What's a slug-of-other-pipeline
?
slug-of-other-pipeline
refers to the name we use for pipelines in URLs, so if the pipeline you want to clone is https://buildkite.com/your-org/cool-pipeline
, you’ll want to go to https://buildkite.com/organizations/your-org/pipelines/new?clone=cool-pipeline
to clone it!
This feature is definitely a bit hacky. Perhaps one day it’ll graduate to a real, user-facing feature 😄