Skip to content

Instantly share code, notes, and snippets.

@yuuichi-fujioka
Created October 27, 2016 06:01
Show Gist options
  • Save yuuichi-fujioka/985b8249782176fde522211a77cd5287 to your computer and use it in GitHub Desktop.
Save yuuichi-fujioka/985b8249782176fde522211a77cd5287 to your computer and use it in GitHub Desktop.
Add Jenkins User with script consle on web GUI
jenkins.model.Jenkins.instance.securityRealm.createAccount("user-name", "password");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment