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
0890d3a2
Commit
0890d3a2
authored
Apr 26, 2021
by
Andy Soiron
Committed by
Alex Kalderimis
Apr 26, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Doc: add event params for Jenkins CI service API
parent
54badfc5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
4 deletions
+9
-4
doc/api/services.md
doc/api/services.md
+9
-4
No files found.
doc/api/services.md
View file @
0890d3a2
...
...
@@ -1328,10 +1328,15 @@ PUT /projects/:id/services/jenkins
Parameters:
-
`jenkins_url`
(
**required**
) - Jenkins URL like
`http://jenkins.example.com`
-
`project_name`
(
**required**
) - The URL-friendly project name. Example: my_project_name
-
`username`
(optional) - A user with access to the Jenkins server, if applicable
-
`password`
(optional) - The password of the user
| Parameter | Type | Required | Description |
| --------- | ---- | -------- | ----------- |
|
`jenkins_url`
| string | true | Jenkins URL like
`http://jenkins.example.com`
. |
|
`project_name`
| string | true | The URL-friendly project name. Example:
`my_project_name`
. |
|
`username`
| string | false | Username for authentication with the Jenkins server, if authentication is required by the server. |
|
`password`
| string | false | Password for authentication with the Jenkins server, if authentication is required by the server. |
|
`push_events`
| boolean | false | Enable notifications for push events. |
|
`merge_requests_events`
| boolean | false | Enable notifications for merge request events. |
|
`tag_push_events`
| boolean | false | Enable notifications for tag push events. |
### Delete Jenkins CI service
...
...
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