checkCredentials

fun checkCredentials(username: String, password: String)

Checks if the Jenkins credentials exist, and creates them if they don't.

Parameters

username

The username of the user.

password

The password of the user.