changeJenkinsPassword

fun changeJenkinsPassword(username: String, newPassword: String): Boolean

Changes the Jenkins password for a user.

Return

true if the password was changed, false otherwise.

Parameters

username

The username of the user.

newPassword

The new password.