Skip to content

Commit bb7fdec

Browse files
committed
Update Gitlab integration readme
- Added link to Gitlab setup to main README file - Actualized Gitlab setup steps
1 parent b1f15af commit bb7fdec

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ MantisBT version | Tags | Branch | Notes
117117
relevant plugin extension:
118118

119119
* [SourceGithub](docs/CONFIGURING.SourceGithub.md)
120+
* [SourceGitlab](SourceGitlab/README.md)
120121
* [SourceViewVC](docs/CONFIGURING.SourceViewVC.md)
121122
* [SourceSVN](docs/CONFIGURING.SourceSVN.md)
122123

SourceGitlab/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77

88
## Gitlab setup
99

10-
- Login with an Owner (or Adminstrator) of a Project, go to "Projet settings", "Web hooks",
11-
add a Push hook with Mantis url and Mantis Source Integration plugin "API Key":
12-
http://mantis.server.intra/plugin.php?page=Source/checkin&api_key=abcdeb8129a4451a35f47881
13-
- Create a user with (at least) read access to the repository. For a public repository, any user would work.
14-
Login with this user, go to "Profile settings", "Account", and copy the "Private token".
10+
- Login with an Owner (or Adminstrator) of a Project, go to "Settings" -> "Integrations" and
11+
add a Push hook to Web Hooks section with Mantis URL and Mantis Source Integration plugin "API Key":
12+
`http://mantis.server.intra/plugin.php?page=Source/checkin&api_key=abcdeb8129a4451a35f47881`
13+
- Go to your user Settings -> "Access Token" -> "Personal Access Tokens" and create a token with at least "api"
14+
access. You will need it as "hub_app_secret" in Mantis configuration.
1515

1616
## Mantis repository setup
1717

0 commit comments

Comments
 (0)