Remove Step from Pipeline
Learn how to remove a step from a pipeline when it's no longer needed
- On Devopness, navigate to a project then select an environment
- Find the
Applications
card - Click
View
in theApplications
card, to see a list of existingApplications
- In the list of applications, find the application with the pipeline you want to manage and click the
NAME
of the application - Click the
Pipelines
tab - In the list of pipelines, find the pipeline you want to manage and click the
NAME
of the pipeline - On the upper-right corner of the pipeline details view, click
STEPS
to see a list of existing pipeline steps - In the list of pipeline steps, find the pipeline step you want to remove and click
REMOVE
- Follow the prompts then click
REMOVE
- In the list of pipeline steps, the recently removed
Step
will be goneA new deployment is required for your changes to take effect.
- Follow the guide Deploy Application
Required Permissions:
NOTE: To complete the steps in this post, the user needs to have the following permissions in the environment:
Resource Type | Permission |
---|---|
Application | Edit |
For instructions on how to grant user permissions in an environment, see Add team to an Environment