summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorminitux <vincent.lae@gmail.com>2019-06-24 15:16:11 +0200
committerVincent LAE <VLae.prestataire@voyages-sncf.com>2019-06-25 09:56:30 +0200
commit2bb257182c237384d60b8d90cbbff5a0598f283b (patch)
tree79011d1da89e7afa14faabbfec75b077b3696766
parent6625a062e3e4cc42abdaec9ea08e3b6e7f6a9c58 (diff)
downloadgitlab-2bb257182c237384d60b8d90cbbff5a0598f283b.tar.gz
docs: add pipeline deletion
-rw-r--r--docs/gl_objects/builds.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/gl_objects/builds.rst b/docs/gl_objects/builds.rst
index eab4735..f20fe17 100644
--- a/docs/gl_objects/builds.rst
+++ b/docs/gl_objects/builds.rst
@@ -45,6 +45,10 @@ Cancel builds in a pipeline::
pipeline.cancel()
+Delete a pipeline::
+
+ pipeline.delete()
+
Triggers
========