Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

hudson.security.AccessDeniedException2: anonymous is missing the Read permission

Tags:

jenkins

I'm running jenkins and getting this error

hudson.security.AccessDeniedException2: anonymous is missing the Read permission

I tried many times, deleted cookies and all.

like image 597
user2420880 Avatar asked May 25 '13 18:05

user2420880


1 Answers

Disabling security is not the solution. It's probably there for a reason. Try "login" instead

java -jar jenkins-cli.jar -s http://yourserver/jenkins/ login --username usr --password qwerty

cheers

like image 92
Askbar Avatar answered Oct 22 '22 20:10

Askbar