question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Creating Jenkins users with E-mail and Full Name

See original GitHub issue

Your checklist for this issue

🚨 Please review the guidelines for contributing to this repository.

  • Link to any upstream changes that might be required (for example Jenkins Core pull request)

Feature Request

It is currently possible to create jenkins users like this:

jenkins:
  securityRealm:
    local:
      allowsSignup: false
      users:
         - id: "foo"
           password: "bar"

What I am missing here is an entry for an E-mail and a Full Name, exactly like it is, when creating a user via the Jenkins WebUI. Would be great if those could be added! Screenshot from 2020-01-22 16-25-17

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

0reactions
jetersencommented, Mar 8, 2020

Thanks for being on fire @timja 😍

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Create/Add Users in Jenkins & Manage Permissions
Under Manage Jenkins, Click Create User; Enter Jenkins add user details like password, name, email etc. Click Create User.
Read more >
Git creates usernames based on 'name' not the email.
In our setup, only users changing their full name in Jenkins to match the one in Git have their commits associated.
Read more >
Jenkins User | Learn How to Create and Manage ... - eduCBA
Clicked on Manage Jenkins. Clicked on Create Users. Enter all the details – Username, Password, Confirm password, Full Name, Email. Select Create User....
Read more >
Jenkins Tutorial For Beginners 8 - How to create Users
In this video I am going to show How to create Users and configure users in Jenkins. Sow we will see How to...
Read more >
How to add and manage user permissions in Jenkins?
... to the Create User page on which we need to fill in the username, password, confirm password, Full name, and email address...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found