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
9f867818
Commit
9f867818
authored
Sep 12, 2018
by
Robert Speicher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve lib/api/triggers.rb
parent
c8fe3fae
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
6 deletions
+1
-6
lib/api/triggers.rb
lib/api/triggers.rb
+1
-6
No files found.
lib/api/triggers.rb
View file @
9f867818
...
...
@@ -10,13 +10,8 @@ module API
success
Entities
::
Pipeline
end
params
do
<<<<<<<
HEAD
requires
:ref
,
type:
String
,
desc:
'The commit sha or name of a branch or tag'
requires
:token
,
type:
String
,
desc:
'The unique token of trigger or job token'
=======
requires
:ref
,
type:
String
,
desc:
'The commit sha or name of a branch or tag'
,
allow_blank:
false
requires
:token
,
type:
String
,
desc:
'The unique token of trigger'
>>>>>>>
upstream
/
master
requires
:token
,
type:
String
,
desc:
'The unique token of trigger or job token'
optional
:variables
,
type:
Hash
,
desc:
'The list of variables to be injected into build'
end
post
":id/(ref/:ref/)trigger/pipeline"
,
requirements:
{
ref:
/.+/
}
do
...
...
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