> For the complete documentation index, see [llms.txt](https://docs.opsmx.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.opsmx.com/isd-spinnaker/opsmx-intelligent-software-delivery-isd-platform-spinnaker/release-notes/additional-resources/previous-releases/isd-3.12/quickstart-guide/manage-pipelines/create-a-pipeline.md).

# Create a Pipeline

A pipeline is a series of sequential steps that are performed as part of a spinnaker application. Spinnaker has a host of pre-built stages with which you can use to perform fairly complex tasks.

While we do have guides to run specific tasks, today we are going to create a basic pipeline with a wait stage.

To do this,

1. From the ISD application dashboard, Click "**Continuous Delivery**" --> Click "**Spinnaker**".  This will take you to the Spinnaker instance you have configured with ISD. The first thing you will see is a recent view of all of your applications and Click your "**Application Name"** as shown in the image below.

![](/files/L8hU5ifTK18odhNnIRrU)

2\. Select the application for which you want to create the pipeline. After selecting, Click **Pipelines** tab and Click **Create** as shown below.

![](/files/Zlspl2vEBB9MwFpmKjud)

3\.  Enter the "**Pipeline Name"** and click "**Create**" as shown below.

![](/files/SSCmIzmR1aBeGE2eAoqR)

### Add Stage

You have now created a blank pipeline. After creating the pipeline, you need to add a stage to it. A stage in a pipeline is the set of actions you want the pipeline to take while executing it.

1. Click your "**Application Name**" and click "**Configure**" button to add stage.

![](/files/SlizXsqEGsZeaZDtykGG)

2\.  Click "**Add Stage**" and select type of stage "**Wait**" from the drop down as shown in the below image.

![](/files/F7qqgviZBYWVqixuiaXw)

3\.  After selecting the stage type, provide the "**Stage Name**" and enter the "**wait time(In Seconds)**" and then click "**Save Changes**".&#x20;

![](/files/vJvBSish35MOz6KzpIjP)

Now the stage is added successfully. After adding the stage, you need to add a trigger and run a pipeline to it.

{% hint style="info" %}
To add a Trigger, Refer [here](https://docs.opsmx.com/products/orchestration-module-opsmx-enterprise-for-spinnaker-oes/additional-feature-configuration/pipeline-management/add-a-trigger).

To run a pipeline, Refer [here](https://docs.opsmx.com/products/orchestration-module-opsmx-enterprise-for-spinnaker-oes/additional-feature-configuration/pipeline-management/run-a-pipeline).
{% endhint %}

## Instruction Video&#x20;

Here's a short video that provides quick step-by-step instructions to create a pipeline:

{% embed url="<https://www.youtube.com/watch?v=ByaaGj60RLk>" %}
