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
Applicationscard - Click
Viewin theApplicationscard, to see a list of existingApplications - In the list of applications, find the application with the pipeline you want to manage and click the
NAMEof the application - Click the
Pipelinestab - In the list of pipelines, find the pipeline you want to manage and click the
NAMEof the pipeline - On the upper-right corner of the pipeline details view, click
STEPSto 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
Stepwill be goneA new deployment is required for your changes to take effect.
- Follow the guide Deploy Application