Copying Workflows from one app to another
You can copy an existing Bitrise Workflow from any bitrise.yml
file, including your local files.
If you have a lot of apps, you might not want to spend time with setting up Workflows for each and every one of them separately, especially if there’s little difference between the Workflows you want to run for them. If so, the easiest thing to do is to simply copy an existing Workflow.
YAML mode only
Copying a Workflow to another app is only possible in YAML mode. You can create a new Workflow based on an existing one but only for the same app.
You can copy a Workflow from any bitrise.yml
file,
including your local files. To copy an existing Workflow from one Bitrise app to another on our website:
-
Open your app on Bitrise.
-
Click the
button on the main page. -
On the Workflows & Pipelines pages, you can:
-
Click the bitrise.yml tab of the Workflow Editor.
button to get to the -
Click the
button next to the name of any Workflow to open it in the Workflow Editor.
-
-
Go to the bitrise.yml tab.
-
Select the Workflow you want and copy it.
-
Open the app you want to copy it to.
-
Go to the Workflow tab and then the bitrise.yml tab.
-
Paste the Workflow under the
workflows
property.