
You can manage existing pipelines and create new ones from the Pipelines section in Code automation.
In the Pipelines table, you'll see four columns:
Pipeline |
Shows pipeline name, the exporter used, and the design system data that is being exported to code. |
---|---|
Routine |
Shows the event that triggers the pipeline to run, and the destination the resulting code is delivered to. |
Latest build |
Shows whether the build was successful or failed, and a timestamp of when it was completed. |
Build output |
Shows the result of the build. If the pipeline delivery is set to 'build only', this is where you can download the resulting code. If the delivery opens a pull request, you'll be able to go to it from here. |
Run a pipeline

You can manually run a pipeline at any time. To do so:
- In the Pipelines table, hover on the row of the pipeline you wish to run.
- Click Run to manually begin a build.
Or, alternatively:
- Click ••• at the right end of the column to open the context menu.
- Click Run pipeline to manually begin a build.
Pause a pipeline
You can temporarily pause a pipeline if you don't want it to keep running, but don't want to delete it entirely.
- In the Pipelines table, hover on the row of the pipeline you wish to pause.
- Click ••• at the right end of the column to open the context menu.
- Click Pause routine to pause the pipeline.
Resume a pipeline

Paused pipelines can be easily and quickly resumed whenever you want.
- In the Pipelines table, hover on the row of the pipeline you wish to resume.
- Click ••• at the right end of the column to open the context menu.
- Click Resume routine to resume the pipeline.
Download code and view exporter
If your pipeline delivery is set to 'build only', you'll see a Download code button in the Build output column. Click this to download your code.
You can also download the resulting code if the pipeline delivery is set to a pull request. To do so:
- In the Pipelines table, hover on the row of the pipeline you wish to download code from.
- Click ••• at the right end of the column to open the context menu.
- Click Download code.
Delete a pipeline

- In the Pipelines table, hover on the row of the pipeline you wish to delete.
- Click ••• at the right end of the column to open the context menu.
- Click Delete pipeline.
- In the confirmation dialog, click Delete pipeline to confirm and delete the pipeline permanently.