Edit a Pipeline

Follow the steps below to edit the pipeline you created:

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.

2. Click "Pipelines" tab and "Select the application" for which you want to edit the pipeline and then Click "Configure" as shown below.

3. Below screen will appear and you can make the necessary changes.

Editing Pipeline as JSON

Whatever changes you make in a pipeline from the Spinnaker UI get converted to JSON. Hence, when you want to edit a pipeline you can do so through the Spinnaker UI, or you can edit the JSON of the pipeline to make changes to the pipeline. Follow the steps below.

  1. Click "Pipelines" tab and "Select the application" for which you want to edit the pipeline and then Click "Configure" to modify a pipeline as shown below.

2. Click the "Pipeline Actions" drop-down and select "Edit as JSON" as shown below.

3. You can edit the JSON of the pipeline to make changes to the pipeline and click "Update Pipeline" as shown in the below image.

Last updated