Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 681 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 681 Bytes

Jenkins Service Users Plugin

This Jenkins plugin adds a very simple menu to create service users for use with e.g. the Authorize Project plugin.

Usage

Go to Manage Jenkins and then Service Users. You can add/remove service users on that page.

Note: whether these service users can actually be impersonated (e.g. via Authorize Project plugin) depends on the configured security realm. Some security realms do allow impersonating users that are only present in Jenkins' own database, others don't.

Development

Starting a development Jenkins instance with this plugin: mvn hpi:run

Building the plugin: mvn package