| Hi, Karl Wirth I've tested. 1) When I create "Username with password" kind in Jenkins Credentials page, I can use this in below format. There's no problem.
withCredentials([ usernamePassword(
2) I just ask that can I use "Perforce Password Credential" kind or not. Like
withCredentials([ perforcePassword(
Now I should create both "Username with password" and "Perforce Password Credential". |