Remove Step from Pipeline

Learn how to remove a step from a pipeline when it's no longer needed

  1. On Devopness, navigate to a project then select an environment
  2. Find the Applications card
  3. Click View in the Applications card, to see a list of existing Applications
  4. In the list of applications, find the application with the pipeline you want to manage and click the NAME of the application
  5. Click the Pipelines tab
  6. In the list of pipelines, find the pipeline you want to manage and click the NAME of the pipeline
  7. On the upper-right corner of the pipeline details view, click STEPS to see a list of existing pipeline steps
  8. In the list of pipeline steps, find the pipeline step you want to remove and click REMOVE
  9. Follow the prompts then click REMOVE
  10. In the list of pipeline steps, the recently removed Step will be gone

    A new deployment is required for your changes to take effect.

Required permissions

To follow this guide, you need the following permissions in the target environment.

Resource TypeRequired Permission
ApplicationEdit

For instructions on how to grant user permissions to an environment, please follow the guide Add a team to an environment.

Edit on GitHub