Create a Pipeline in the UI

1 minute read

To create a basic Pipeline in the UI, follow these steps:

  1. Select New Item.

  2. Enter a name for your Pipeline, select Pipeline, and then select OK.

    CloudBees CI uses the name of the Pipeline to create directories on disk. Pipeline names that include spaces may uncover bugs in scripts that do not expect paths to contain spaces.

    Enter item name
    Figure 1. New item name
  3. In the Script text area, enter a Pipeline and select Save.

    Hello World example script
    Figure 2. Pipeline script
  4. Select Build Now to run the Pipeline.

    Run the Pipeline
    Figure 3. Run the Pipeline
  5. Select #1 under Build History and then select Console Output to see the full output from the Pipeline.