Creating a Pipeline in the Web UI

1 minute read

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

  1. Click New Item on Jenkins home page.

  2. Enter a name for your Pipeline, select Pipeline and click 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 a name, select *Pipeline*, and click *OK*
  3. In the Script text area, enter a Pipeline and click Save.

    In the *Script* text area, enter a Pipeline and click Save
  4. Click Build Now to run the Pipeline.

    Click *Build Now* to run the Pipeline
  5. Click #1 under "Build History" and then click Console Output to see the full output from the Pipeline.