user626528
user626528

Reputation: 14417

Jenkins - how to make access to workspace restricted?

With my default installation, workspace can be accessed by any anonymous user. I need to restrict access to authenticated users only. How to do this?

Upvotes: 1

Views: 2869

Answers (1)

Arnestig
Arnestig

Reputation: 2340

In jenkins go to Manage Jenkins -> Configure System. In the field Access Control -> Authorization you can enable Matrix-based security which allows you to control which user has access to the job workspaces.

Upvotes: 2

Related Questions