createJenkinsUser

fun createJenkinsUser(username: String, password: String, group: Boolean = false): Boolean

Creates a Jenkins user.

Return

true if the user was created, false otherwise.

Parameters

username

The username of the user.

password

The password of the user.

group

true if the user is an organization, false otherwise.