Reputation: 563
I have problem with jenkins "people" section being empty. When my project builds i can see who did latest commits etc. I even can click on the user and change his settigs like email etc. When i go to "people" tab i don't see anyone there.
I've tried to update my Subversion Plugin but it didn't take effect.
Upvotes: 1
Views: 3362
Reputation: 2223
You misunderstood the people part. What you see is the list of committers. The people who will be listed in people section are Jenkins Users, i.e people who are registered to jenkins. Not the ones committing to some project.
To have people listed up, Proceed as below:
Manage Jenkins>Configure System
In Access Control: Security Relam. Opt for Jenkins's own user database
And check Allow users to sign up
Save
the changes.
Now in Manage Jenkins
you will have Manage Users
option. You can create users here. They will be listed in People
page.
Upvotes: 1
Reputation: 1
It looks like the latest Jenkins release may have changed some of the locations shown in the first reply. Try using:
Our "People" page is still blank however. I'm not sure why.
Upvotes: 0