diff options
author | minitux <vincent.lae@gmail.com> | 2019-06-24 15:16:11 +0200 |
---|---|---|
committer | Vincent LAE <VLae.prestataire@voyages-sncf.com> | 2019-06-25 09:56:30 +0200 |
commit | 2bb257182c237384d60b8d90cbbff5a0598f283b (patch) | |
tree | 79011d1da89e7afa14faabbfec75b077b3696766 | |
parent | 6625a062e3e4cc42abdaec9ea08e3b6e7f6a9c58 (diff) | |
download | gitlab-2bb257182c237384d60b8d90cbbff5a0598f283b.tar.gz |
docs: add pipeline deletion
-rw-r--r-- | docs/gl_objects/builds.rst | 4 |
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 ======== |