Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jenkinsci/gitlab-auth-plugin
https://github.com/jenkinsci/gitlab-auth-plugin
adopt-this-plugin
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jenkinsci/gitlab-auth-plugin
- Owner: jenkinsci
- License: mit
- Fork: true (enil/gitlab-auth-plugin)
- Created: 2014-06-14T17:24:41.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-06-06T07:37:04.000Z (over 1 year ago)
- Last Synced: 2024-08-25T00:49:44.943Z (4 months ago)
- Topics: adopt-this-plugin
- Language: Java
- Homepage: https://wiki.jenkins-ci.org/display/JENKINS/GitLab+Auth
- Size: 411 KB
- Stars: 6
- Watchers: 103
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gitlab-auth-plugin
A Jenkins which plugin provides authentication for [GitLab][] users.
## Usage
1. Make sure the [GitLab API Plugin][] is configured.
2. Select and configure the desired folder synchronization method in the section *Folder creation strategy* under
*Configure System*.
3. Configure Jenkins security in *Security*:
1. Enable security in Jenkins by checking the check box.
2. Chose *GitLab Authentication* as *Security Realm*.
3. Chose *GitLab Authorization Strategy* as *Authorization* and configure the global permissions.
4. Log in using your GitLab credentials.## License
The MIT License (MIT)
Copyright (c) 2014 Andreas Alanko, Emil Nilsson, Sony Mobile Communications AB.
All rights reserved.Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.[GitLab]: https://www.gitlab.com/
[GitLab API Plugin]: https://github.com/jenkinsci/gitlab-api-plugin