homik
homik

Reputation: 563

Jenkins section "people" is empty

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

Answers (2)

egghese
egghese

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

Brianswilson
Brianswilson

Reputation: 1

It looks like the latest Jenkins release may have changed some of the locations shown in the first reply. Try using:

  1. Manage Jenkins, Configure Global Security
  2. In the Access Control: Security Realm section, select the radio button for "Jenkins's own user database"
  3. Check the checkbox for "Allow users to sign up"

Our "People" page is still blank however. I'm not sure why.

Upvotes: 0

Related Questions