To create a basic Pipeline in the Jenkins web UI, follow these steps:
-
Select New Item on the Jenkins home page.
-
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.
-
In the Script text area, enter a Pipeline and select Save.
-
Select Build Now to run the Pipeline.
-
Select #1 under "Build History" and then select Console Output to see the full output from the Pipeline.