Automate development with CloudBees platform workflows. Workflows are configurable processes, defined in a YAML file, which run jobs. Trigger your workflow by an event in your integrated repository, a manual step, or a defined schedule.
You can compose workflows both visually, and via the code editor. With the split screen display, use both the visual tool and YAML scripting together to compose your workflow. Alternatively, only use the visual tool, or only use the code editor, to compose your workflow.
Access a workflow
To access a workflow:
-
Select Components, and then select a specific Component name.
-
Select the next to Components on the left pane, and then select Workflows.
-
(Optional) Select the next to Rows per page to display more workflows, or select the to advance to the next page.
You are displaying workflows for your component, listed in alphabetical order.
Create a workflow visually
Create any number of workflows with the visual tool. At any time, you can switch to the code editor to compose your workflow.
To create a workflow with the visual tool:
-
Select Components, and then select a specific Component name.
-
Select the next to Components on the left pane, and then select Workflows.
-
Select
or, in the absence of existing workflows, select CREATE WORKFLOW.
-
Select VISUAL to only use the visual tool to create a workflow. Alternatively, select SPLIT to use the visual tool and YAML scripting together.
Create a workflow in the code editor
Create any number of workflows in the code editor. At any time, you can switch to the visual tool to compose your workflow.
To create a workflow with the code editor:
-
Select Components, and then select a specific Component name.
-
Select the next to Components on the left pane, and then select Workflows.
-
Select
or, in the absence of existing workflows, select CREATE WORKFLOW.
-
Select SCRIPT to only use the code editor to create a workflow. Alternatively, select SPLIT to use YAML scripting and the visual tool together.
Your workflow is created, and listed in Workflows.