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
f5f7f90a
Commit
f5f7f90a
authored
Mar 24, 2017
by
Shinya Maeda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revise document. string to boolean.
parent
0e8266f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
doc/api/pipelines.md
doc/api/pipelines.md
+1
-1
No files found.
doc/api/pipelines.md
View file @
f5f7f90a
...
...
@@ -14,7 +14,7 @@ GET /projects/:id/pipelines
|
`scope`
| string | no | The scope of pipelines, one of:
`running`
,
`pending`
,
`finished`
,
`branches`
,
`tags`
; |
|
`status`
| string | no | The status of pipelines, one of:
`running`
,
`pending`
,
`success`
,
`failed`
,
`canceled`
,
`skipped`
; |
|
`ref`
| string | no | The ref of pipelines |
|
`yaml_errors`
|
string | no | If true, returns only yaml error pipelines
|
|
`yaml_errors`
|
boolean | no | Returns pipelines which have an error of gitlab-ci.yml
|
|
`name`
| string | no | The name of user who triggered pipelines |
|
`username`
| string | no | The username of user who triggered pipelines |
|
`order_by`
| string | no | Return requests ordered by
`id`
,
`status`
,
`ref`
, or
`user_id`
fields. Default is
`id`
|
...
...
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