RDTK / generator

A tool for creating Jenkins jobs and other things from recipes describing software projects
GNU General Public License v3.0
21 stars 3 forks source link

Add a command for creating a user in a Jenkins instance #8

Closed scymtym closed 5 years ago

scymtym commented 5 years ago

Add a new command that can be invoked like this

build-generator create-jenkins-user -u USERNAME -p PASSWORD -e EMAIL TARGET-DIRECTORY

or like this

build-generator create-jenkins-user USERNAME PASSWORD EMAIL TARGET-DIRECTORY

to create a new user account in an existing Jenkins installation.

Design decisions: