Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to hide the WorkSpace Link on hudson/jenkins web page?

Tags:

jenkins

hudson

Because source code can not be accessed by all users, I want to remove the link.

like image 602
Huang F. Lei Avatar asked Dec 22 '22 02:12

Huang F. Lei


2 Answers

On the "Manage Jenkins [Hudson]" > "Configure System" page, "Enable Security".

Add the user or group you want to limit, and in the checkboxes, uncheck Workspace under Job.

This will prevent that user or group from being able to read the workspace.

like image 107
Sagar Avatar answered Jan 06 '23 00:01

Sagar


Note that in Jenkins v1.504 the user security is no longer under the configuration tab it is in its own 'Global Security' tab.

Goto: "Manage Jenkins [Hudson]" > "Configure Global Security" > Check "Enable Security"

like image 25
Andrew Thompson Avatar answered Jan 05 '23 23:01

Andrew Thompson