# Manual Approval before deployment

A Manual Judgement is a stage you can add to a Spinnaker Pipeline whenever you require Human intervention in the process. If you want to have a human verify the deployment before it takes place, then a user can add a manual judgement stage before deployment.

To add a manual Judgement stage:

1. **Go to Continuous Delivery**: When you log in to ISD you would start at the application dashboard, Click "**Continuous Delivery**" and then click "**Spinnaker**".  ISD primarily supports spinnaker applications and allows you to access your spinnaker instance directly from ISD’s UI to help save your team time.

![](https://2047464521-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MBEa1hoX6SqpDj-ymNs%2Fuploads%2FPWLrTY44WJicfw6wyUJH%2Fimage.png?alt=media\&token=2a34c8b9-3e2d-490e-932e-06fd108e750a)

2\.  Click on the application where you want to build this pipeline: On the spinnaker dashboard, you will see a list of recently opened applications and options to see all your applications or create a new application entirely. For the purposes of this tutorial, we are using the application **“Fresh tutorial”.**

![](https://2047464521-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MBEa1hoX6SqpDj-ymNs%2Fuploads%2FKzkPmqHBIOTCfUIrCFio%2Fimage.png?alt=media\&token=351be9f5-d9a6-4a48-bbdc-2e2c3a6e5a15)

3\.  Once you click on an application, Click "**Pipelines**" navigate to the pipelines screen and then click "**Create**" button to create a new pipeline as shown in the image below.

![](https://2047464521-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MBEa1hoX6SqpDj-ymNs%2Fuploads%2FPDfFfavbyx6EFIonc74o%2Fimage.png?alt=media\&token=3a75264a-9188-4d7d-bc93-a1fcfc1ae479)

4\. **Create pipeline**: After clicking the "Create" button, you can create a new pipeline. You must name your pipeline. If you have an existing pipeline, you can copy it using the “**copy from**” feature and click "**Create**".

![](https://2047464521-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MBEa1hoX6SqpDj-ymNs%2Fuploads%2F9X3ZA4CJaS0l2TjBCk0E%2Fimage.png?alt=media\&token=b28d7728-9bea-42f9-9201-a1a067d1d59f)

5\. Once you created the pipeline, below screen will appear and click "**Configure**" button to add stage into your pipeline.

![](https://2047464521-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MBEa1hoX6SqpDj-ymNs%2Fuploads%2FMlG39QGgHnyz8oo7HeuY%2Fimage.png?alt=media\&token=8439cf59-3e79-4077-9048-9e99865ab03e)

6\. **Click on “add stage”:** The add stage button is just under the diagrammatic representation of your pipeline. When you click this button, you can select many different types of stages that Spinnaker natively supports.

![](https://2047464521-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MBEa1hoX6SqpDj-ymNs%2Fuploads%2FkzCZXQUThnUOHvIAwFkD%2Fimage.png?alt=media\&token=11c08ef4-8c18-435b-bb80-e2460c4757bd)

7\. **Add manual Judgement stage**: Select “**Manual Judgement**” stage from the drop down menu. You should add each stage and configure them in a logical sequence as Spinnaker does not permit downstream dependencies.

![](https://2047464521-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MBEa1hoX6SqpDj-ymNs%2Fuploads%2FzXDbN7NQnG3kOTxoR18P%2Fimage.png?alt=media\&token=3bfc2b89-74b3-443b-99ea-dc3605fa3a1d)

8\. **Configure Manual Judgement:** Configuring the manual judgement stage allows you to define input options a user can give and how they might give them.

![](https://2047464521-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MBEa1hoX6SqpDj-ymNs%2Fuploads%2FvQnzISsb6JbNhVkDqqew%2Fimage.png?alt=media\&token=4b0f6f74-5afe-4744-992e-a6d6ee2dd17e)

9\. **Add your deployment stage**: Much like our steps to create a Kubernetes deployment guide, you can either add it as a [text ](https://docs.opsmx.com/quickstart-guide/manage-pipelines/run-deployments-execute-pipelines/deployment-to-kubernetes-namespace-with-manifest-file)or as an [artifact](https://docs.opsmx.com/quickstart-guide/manage-pipelines/run-deployments-execute-pipelines/deployment-to-kubernetes-namespace-with-git-based-manifest).

![](https://lh4.googleusercontent.com/_rg72g_LLKvvudylsdocJRyYEEo9EcjoLhTGLHGE35e0oXAnHvZvV3uxQBXqlipmk_JyxUtwVATuzObc0I2d2zvNtDtejzCjHKIVnb04bP3MkAYDH7rE6l7Bh-NbdKGRwTu0eF-1)

10\. **Run your pipeline**: Verify to make sure that it works.
