Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
97545c92
Commit
97545c92
authored
Dec 12, 2019
by
Fabio Huser
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs(pipeline): describe pipeline deletion via UI
parent
52716b39
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
7 deletions
+15
-7
doc/ci/img/pipeline-delete.png
doc/ci/img/pipeline-delete.png
+0
-0
doc/ci/pipelines.md
doc/ci/pipelines.md
+15
-7
No files found.
doc/ci/img/pipeline-delete.png
0 → 100644
View file @
97545c92
34.4 KB
doc/ci/pipelines.md
View file @
97545c92
...
...
@@ -305,12 +305,14 @@ For example, the query string
### Accessing pipelines
You can find the current and historical pipeline runs under your project's
**CI/CD > Pipelines**
page.
Clicking on a pipeline will show the jobs that were run for
t
hat pipeline
.
**CI/CD > Pipelines**
page.
You can also access pipelines for a merge request by navigating
t
o its
**Pipelines**
tab
.
![
Pipelines index page
](
img/pipelines_index.png
)
You can also access pipelines for a merge request by navigating to its
**Pipelines**
tab.
Clicking on a pipeline will bring you to the
**Pipeline Details**
page and show
the jobs that were run for that pipeline. From here you can cancel a running pipeline,
retry jobs on a failed pipeline, or
[
delete a pipeline
](
#deleting-a-single-pipeline
)
.
### Accessing individual jobs
...
...
@@ -412,11 +414,17 @@ This functionality is only available:
### Deleting a single pipeline
> [Introduced](https://gitlab.com/gitlab-org/gitlab/
merge_requests/21365) in GitLab 12.6
.
> [Introduced](https://gitlab.com/gitlab-org/gitlab/
issues/24851) in GitLab 12.7
.
Users with at least Owner access can delete a pipeline and all related child objects,
such as jobs and artifacts. Deleting a pipeline is done via
**Delete**
button on the
pipeline detail view.
Users with
[
owner permissions
](
../user/permissions.md
)
in a project can delete a pipeline
by clicking on the pipeline in the
**CI/CD > Pipelines**
to get to the
**Pipeline Details**
page, then using the
**Delete**
button.
![
Pipeline Delete Button
](
img/pipeline-delete.png
)
CAUTION:
**Warning:**
Deleting a pipeline will expire all pipeline caches, and delete all related objects,
such as builds, logs, artifacts and triggers.
**This action cannot be undone.**
## Most Recent Pipeline
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment