createJenkinsUser

fun createJenkinsUser(username: String, password: String): 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.