Create-Jenkins-User

Synopsis

build-generator [GLOBAL-OPTIONS] create-jenkins-user --email=EMAIL-ADDRESS --password=PASSWORD --username=USENAME DIRECTORY

Description

Create a user account in a Jenkins instance.

--password=PASSWORD

Type: (OR NULL STRING) Default: false

Password for the new user account.

--email=EMAIL-ADDRESS

Type: (OR NULL STRING) Default: false

Email-address for the new user account.

--username=USENAME

Type: (OR NULL STRING) Default: false

Username for the new user account.

DIRECTORY

Type: DIRECTORY-PATHNAME Default: false

Home directory of the Jenkins instance in which the user should be created.